Home
last modified time | relevance | path

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

/freebsd-head/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
HDThreadSafetyCommon.h213 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in walk()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
HDAnalysisOrderChecker.cpp170 else if (LastElement.getAs<CFGAutomaticObjDtor>()) in checkEndFunction()
/freebsd-head/contrib/llvm-project/clang/include/clang/Analysis/
HDCFG.h417 class CFGAutomaticObjDtor: public CFGImplicitDtor {
419 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt) in CFGAutomaticObjDtor() function
434 CFGAutomaticObjDtor() = default;
1173 Elements.push_back(CFGAutomaticObjDtor(VD, S), C); in appendAutomaticObjDtor()
/freebsd-head/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
HDCoreEngine.cpp266 } else if (std::optional<CFGAutomaticObjDtor> AutoDtor = in HandleBlockEdge()
267 LastElement.getAs<CFGAutomaticObjDtor>()) { in HandleBlockEdge()
HDCallEvent.cpp1472 if (std::optional<CFGAutomaticObjDtor> AutoDtor = in getCaller()
1473 E.getAs<CFGAutomaticObjDtor>()) in getCaller()
HDExprEngine.cpp1295 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst); in ProcessImplicitDtor()
1337 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor, in ProcessAutomaticObjDtor()
/freebsd-head/contrib/llvm-project/clang/lib/Analysis/
HDLiveVariables.cpp494 if (std::optional<CFGAutomaticObjDtor> Dtor = in runOnBlock()
495 elem.getAs<CFGAutomaticObjDtor>()) { in runOnBlock()
HDPathDiagnostic.cpp539 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); in getLocationForCaller()
HDConsumed.cpp1360 const CFGAutomaticObjDtor &DTor = B.castAs<CFGAutomaticObjDtor>(); in run()
HDThreadSafety.cpp2466 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in runAnalysis()
HDCFG.cpp5303 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5829 CFGAutomaticObjDtor DE = E.castAs<CFGAutomaticObjDtor>(); in print_elem()
/freebsd-head/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h304 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,