Home
last modified time | relevance | path

Searched refs:getThisPointeeStorageLocation (Results 1 – 5 of 5) sorted by relevance

/llvm-project/clang/unittests/Analysis/FlowSensitive/
H A DTransferTest.cpp780 auto *ThisLoc = Env.getThisPointeeStorageLocation(); in TEST()
1551 EXPECT_EQ(getFieldValue(Env.getThisPointeeStorageLocation(), "Val", in TEST()
1583 EXPECT_NE(getFieldValue(Env.getThisPointeeStorageLocation(), "BaseVal", in TEST()
1586 EXPECT_EQ(getFieldValue(Env.getThisPointeeStorageLocation(), "Val", in TEST()
1857 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); in TEST()
1928 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); in TEST()
1994 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); in TEST()
2039 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); in TEST()
2077 const auto *ThisLoc = Env.getThisPointeeStorageLocation(); in TEST()
2112 EXPECT_THAT(Env.getThisPointeeStorageLocation(), IsNul in TEST()
[all...]
/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDataflowEnvironment.cpp502 DACtx, InitialTargetStmt, getThisPointeeStorageLocation(), in initialize()
563 DACtx, InitialTargetFunc, getThisPointeeStorageLocation(), in initFieldsGlobalsAndFuncs()
663 buildResultObjectMap(DACtx, FuncDecl, getThisPointeeStorageLocation(), in popCall()
H A DTypeErasedDataflowAnalysis.cpp346 auto &ThisLoc = *Env.getThisPointeeStorageLocation(); in builtinTransferInitializer()
H A DTransfer.cpp416 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr()
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowEnvironment.h354 RecordStorageLocation *getThisPointeeStorageLocation() const { in getThisPointeeStorageLocation() function