Searched refs:getThisPointeeStorageLocation (Results 1 – 5 of 5) sorted by relevance
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | TransferTest.cpp | 780 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 D | DataflowEnvironment.cpp | 502 DACtx, InitialTargetStmt, getThisPointeeStorageLocation(), in initialize() 563 DACtx, InitialTargetFunc, getThisPointeeStorageLocation(), in initFieldsGlobalsAndFuncs() 663 buildResultObjectMap(DACtx, FuncDecl, getThisPointeeStorageLocation(), in popCall()
|
H A D | TypeErasedDataflowAnalysis.cpp | 346 auto &ThisLoc = *Env.getThisPointeeStorageLocation(); in builtinTransferInitializer()
|
H A D | Transfer.cpp | 416 auto *ThisPointeeLoc = Env.getThisPointeeStorageLocation(); in VisitCXXThisExpr()
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.h | 354 RecordStorageLocation *getThisPointeeStorageLocation() const { in getThisPointeeStorageLocation() function
|