Searched refs:CFGAutomaticObjDtor (Results 1 – 10 of 10) sorted by relevance
/external/clang/include/clang/Analysis/ |
D | CFG.h | 194 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/ |
D | ThreadSafetyCommon.h | 152 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>(); in walk()
|
/external/clang/lib/Analysis/ |
D | LiveVariables.cpp | 461 if (Optional<CFGAutomaticObjDtor> Dtor = in runOnBlock() 462 elem.getAs<CFGAutomaticObjDtor>()) { in runOnBlock()
|
D | Consumed.cpp | 1410 const CFGAutomaticObjDtor &DTor = B.castAs<CFGAutomaticObjDtor>(); in run()
|
D | CFG.cpp | 3713 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl(); in getDestructorDecl() 4097 } else if (Optional<CFGAutomaticObjDtor> DE = in print_elem() 4098 E.getAs<CFGAutomaticObjDtor>()) { in print_elem()
|
D | ThreadSafety.cpp | 2550 CFGAutomaticObjDtor AD = BI->castAs<CFGAutomaticObjDtor>(); in runAnalysis()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CallEvent.cpp | 970 if (Optional<CFGAutomaticObjDtor> AutoDtor = E.getAs<CFGAutomaticObjDtor>()) in getCaller()
|
D | PathDiagnostic.cpp | 557 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>(); in getLocationForCaller()
|
D | ExprEngine.cpp | 534 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst); in ProcessImplicitDtor() 575 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor, in ProcessAutomaticObjDtor()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 205 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,
|