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
683 Elements.push_back(CFGAutomaticObjDtor(VD, S), C); in appendAutomaticObjDtor()
696 CFGAutomaticObjDtor(nullptr, 0), C)); in beginAutomaticObjDtorsInsert()
699 *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.cpp457 if (Optional<CFGAutomaticObjDtor> Dtor = in runOnBlock()
458 elem.getAs<CFGAutomaticObjDtor>()) { in runOnBlock()
DConsumed.cpp1409 const CFGAutomaticObjDtor &DTor = B.castAs<CFGAutomaticObjDtor>(); in run()
DThreadSafety.cpp2301 CFGAutomaticObjDtor AD = BI->castAs<CFGAutomaticObjDtor>(); in runAnalysis()
DCFG.cpp3794 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
4177 } else if (Optional<CFGAutomaticObjDtor> DE = in print_elem()
4178 E.getAs<CFGAutomaticObjDtor>()) { in print_elem()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp970 if (Optional<CFGAutomaticObjDtor> AutoDtor = E.getAs<CFGAutomaticObjDtor>()) in getCaller()
DPathDiagnostic.cpp560 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); in getLocationForCaller()
DExprEngine.cpp543 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst); in ProcessImplicitDtor()
584 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor, in ProcessAutomaticObjDtor()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h205 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,