Home
last modified time | relevance | path

Searched refs:CFGAutomaticObjDtor (Results 1 – 10 of 10) 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;
1173 Elements.push_back(CFGAutomaticObjDtor(VD, S), C); in appendAutomaticObjDtor()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp266 } else if (std::optional<CFGAutomaticObjDtor> AutoDtor = in HandleBlockEdge()
267 LastElement.getAs<CFGAutomaticObjDtor>()) { in HandleBlockEdge()
H A DCallEvent.cpp1472 if (std::optional<CFGAutomaticObjDtor> AutoDtor = in getCaller()
1473 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/lib/Analysis/
H A DLiveVariables.cpp494 if (std::optional<CFGAutomaticObjDtor> Dtor = in runOnBlock()
495 elem.getAs<CFGAutomaticObjDtor>()) { in runOnBlock()
H A DPathDiagnostic.cpp539 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); in getLocationForCaller()
H A DCFG.cpp5303 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
5829 CFGAutomaticObjDtor DE = E.castAs<CFGAutomaticObjDtor>(); in print_elem()
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h304 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,