Home
last modified time | relevance | path

Searched refs:CFGAutomaticObjDtor (Results 1 – 12 of 12) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h389 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/
HDThreadSafetyCommon.h211 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in walk()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDAnalysisOrderChecker.cpp138 else if (LastElement.getAs<CFGAutomaticObjDtor>()) in checkEndFunction()
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp249 } else if (Optional<CFGAutomaticObjDtor> AutoDtor = in HandleBlockEdge()
250 LastElement.getAs<CFGAutomaticObjDtor>()) { in HandleBlockEdge()
HDCallEvent.cpp1421 if (Optional<CFGAutomaticObjDtor> AutoDtor = E.getAs<CFGAutomaticObjDtor>()) in getCaller()
HDExprEngine.cpp910 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/
HDLiveVariables.cpp512 if (Optional<CFGAutomaticObjDtor> Dtor = in runOnBlock()
513 elem.getAs<CFGAutomaticObjDtor>()) { in runOnBlock()
HDPathDiagnostic.cpp525 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); in getLocationForCaller()
HDConsumed.cpp1360 const CFGAutomaticObjDtor &DTor = B.castAs<CFGAutomaticObjDtor>(); in run()
HDThreadSafety.cpp2475 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in runAnalysis()
HDCFG.cpp4994 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/
HDExprEngine.h285 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,