Searched refs:CFGAutomaticObjDtor (Results 1 – 12 of 12) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/ |
| HD | CFG.h | 389 class CFGAutomaticObjDtor: public CFGImplicitDtor { 391 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt) in CFGAutomaticObjDtor() function 406 CFGAutomaticObjDtor() = default; 1152 Elements.push_back(CFGAutomaticObjDtor(VD, S), C); in appendAutomaticObjDtor() 1173 CFGAutomaticObjDtor(nullptr, nullptr), C)); in beginAutomaticObjDtorsInsert() 1176 *I = CFGAutomaticObjDtor(VD, S); in insertAutomaticObjDtor()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/Analyses/ |
| HD | ThreadSafetyCommon.h | 211 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in walk()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/ |
| HD | AnalysisOrderChecker.cpp | 138 else if (LastElement.getAs<CFGAutomaticObjDtor>()) in checkEndFunction()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| HD | CoreEngine.cpp | 249 } else if (Optional<CFGAutomaticObjDtor> AutoDtor = in HandleBlockEdge() 250 LastElement.getAs<CFGAutomaticObjDtor>()) { in HandleBlockEdge()
|
| HD | CallEvent.cpp | 1421 if (Optional<CFGAutomaticObjDtor> AutoDtor = E.getAs<CFGAutomaticObjDtor>()) in getCaller()
|
| HD | ExprEngine.cpp | 910 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst); in ProcessImplicitDtor() 951 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor, in ProcessAutomaticObjDtor()
|
| /freebsd-11-stable/contrib/llvm-project/clang/lib/Analysis/ |
| HD | LiveVariables.cpp | 512 if (Optional<CFGAutomaticObjDtor> Dtor = in runOnBlock() 513 elem.getAs<CFGAutomaticObjDtor>()) { in runOnBlock()
|
| HD | PathDiagnostic.cpp | 525 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); in getLocationForCaller()
|
| HD | Consumed.cpp | 1360 const CFGAutomaticObjDtor &DTor = B.castAs<CFGAutomaticObjDtor>(); in run()
|
| HD | ThreadSafety.cpp | 2475 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in runAnalysis()
|
| HD | CFG.cpp | 4994 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl() 5506 CFGAutomaticObjDtor DE = E.castAs<CFGAutomaticObjDtor>(); in print_elem()
|
| /freebsd-11-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
| HD | ExprEngine.h | 285 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,
|