Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h213 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in walk()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DAnalysisOrderChecker.cpp170 else if (LastElement.getAs<CFGAutomaticObjDtor>()) in checkEndFunction()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h417 class CFGAutomaticObjDtor: public CFGImplicitDtor {
419 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt) in CFGAutomaticObjDtor() function
434 CFGAutomaticObjDtor() = default;
1170 Elements.push_back(CFGAutomaticObjDtor(VD, S), C); in appendAutomaticObjDtor()
/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DLiveVariables.cpp494 if (std::optional<CFGAutomaticObjDtor> Dtor = in runOnBlock()
495 elem.getAs<CFGAutomaticObjDtor>()) { in runOnBlock()
H A DConsumed.cpp1360 const CFGAutomaticObjDtor &DTor = B.castAs<CFGAutomaticObjDtor>(); in run()
H A DPathDiagnostic.cpp536 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); in getLocationForCaller()
H A DThreadSafety.cpp2466 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in runAnalysis()
H A DCFG.cpp5306 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5832 CFGAutomaticObjDtor DE = E.castAs<CFGAutomaticObjDtor>(); in print_elem()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp278 } else if (std::optional<CFGAutomaticObjDtor> AutoDtor = in HandleBlockEdge()
279 LastElement.getAs<CFGAutomaticObjDtor>()) { in HandleBlockEdge()
H A DCallEvent.cpp1469 if (std::optional<CFGAutomaticObjDtor> AutoDtor = in getCaller()
1470 E.getAs<CFGAutomaticObjDtor>()) in getCaller()
H A DExprEngine.cpp1295 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst); in ProcessImplicitDtor()
1337 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor, in ProcessAutomaticObjDtor()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h312 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,