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

/external/clang/include/clang/Analysis/
H A DCFG.h191 /// CFGAutomaticObjDtor - Represents C++ object destructor implicitly generated
194 class CFGAutomaticObjDtor: public CFGImplicitDtor { class in namespace:clang
196 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt) function in class:clang::CFGAutomaticObjDtor
210 CFGAutomaticObjDtor() {} function in class:clang::CFGAutomaticObjDtor
684 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
697 CFGAutomaticObjDtor(nullptr, 0), C));
700 *I = CFGAutomaticObjDtor(VD, S);
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h152 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>();
/external/clang/lib/Analysis/
H A DLiveVariables.cpp461 if (Optional<CFGAutomaticObjDtor> Dtor =
462 elem.getAs<CFGAutomaticObjDtor>()) {
H A DConsumed.cpp1410 const CFGAutomaticObjDtor &DTor = B.castAs<CFGAutomaticObjDtor>();
H A DThreadSafety.cpp2550 CFGAutomaticObjDtor AD = BI->castAs<CFGAutomaticObjDtor>();
H A DCFG.cpp3713 const VarDecl *var = castAs<CFGAutomaticObjDtor>().getVarDecl();
4097 } else if (Optional<CFGAutomaticObjDtor> DE =
4098 E.getAs<CFGAutomaticObjDtor>()) {
/external/clang/lib/StaticAnalyzer/Core/
H A DCallEvent.cpp970 if (Optional<CFGAutomaticObjDtor> AutoDtor = E.getAs<CFGAutomaticObjDtor>())
H A DPathDiagnostic.cpp557 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>();
H A DExprEngine.cpp534 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst);
575 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor,
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h205 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,

Completed in 248 milliseconds