Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h194 class CFGAutomaticObjDtor: public CFGImplicitDtor {
196 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt) in CFGAutomaticObjDtor() function
210 CFGAutomaticObjDtor() {} in CFGAutomaticObjDtor() function
682 Elements.push_back(CFGAutomaticObjDtor(VD, S), C); in appendAutomaticObjDtor()
695 CFGAutomaticObjDtor(nullptr, nullptr), C)); in beginAutomaticObjDtorsInsert()
698 *I = CFGAutomaticObjDtor(VD, S); in insertAutomaticObjDtor()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h194 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in walk()
/external/clang/lib/Analysis/
DLiveVariables.cpp456 if (Optional<CFGAutomaticObjDtor> Dtor = in runOnBlock()
457 elem.getAs<CFGAutomaticObjDtor>()) { in runOnBlock()
DConsumed.cpp1402 const CFGAutomaticObjDtor &DTor = B.castAs<CFGAutomaticObjDtor>(); in run()
DThreadSafety.cpp2306 CFGAutomaticObjDtor AD = BI->castAs<CFGAutomaticObjDtor>(); in runAnalysis()
DCFG.cpp3903 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
4287 } else if (Optional<CFGAutomaticObjDtor> DE = in print_elem()
4288 E.getAs<CFGAutomaticObjDtor>()) { in print_elem()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1105 if (Optional<CFGAutomaticObjDtor> AutoDtor = E.getAs<CFGAutomaticObjDtor>()) in getCaller()
DPathDiagnostic.cpp556 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); in getLocationForCaller()
DExprEngine.cpp549 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst); in ProcessImplicitDtor()
590 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor, in ProcessAutomaticObjDtor()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h205 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,