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
684 Elements.push_back(CFGAutomaticObjDtor(VD, S), C); in appendAutomaticObjDtor()
697 CFGAutomaticObjDtor(nullptr, 0), C)); in beginAutomaticObjDtorsInsert()
700 *I = CFGAutomaticObjDtor(VD, S); in insertAutomaticObjDtor()
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyCommon.h152 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in walk()
/external/clang/lib/Analysis/
DLiveVariables.cpp461 if (Optional<CFGAutomaticObjDtor> Dtor = in runOnBlock()
462 elem.getAs<CFGAutomaticObjDtor>()) { in runOnBlock()
DConsumed.cpp1410 const CFGAutomaticObjDtor &DTor = B.castAs<CFGAutomaticObjDtor>(); in run()
DCFG.cpp3713 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl()
4097 } else if (Optional<CFGAutomaticObjDtor> DE = in print_elem()
4098 E.getAs<CFGAutomaticObjDtor>()) { in print_elem()
DThreadSafety.cpp2550 CFGAutomaticObjDtor AD = BI->castAs<CFGAutomaticObjDtor>(); in runAnalysis()
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp970 if (Optional<CFGAutomaticObjDtor> AutoDtor = E.getAs<CFGAutomaticObjDtor>()) in getCaller()
DPathDiagnostic.cpp557 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); in getLocationForCaller()
DExprEngine.cpp534 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst); in ProcessImplicitDtor()
575 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor, in ProcessAutomaticObjDtor()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h205 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,