HomeSort by relevance Sort by last modified time
    Searched refs:CFGAutomaticObjDtor (Results 1 - 10 of 10) sorted by null

  /external/clang/include/clang/Analysis/
CFG.h 191 /// CFGAutomaticObjDtor - Represents C++ object destructor implicitly generated
194 class CFGAutomaticObjDtor: public CFGImplicitDtor {
196 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt)
210 CFGAutomaticObjDtor() {}
683 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
696 CFGAutomaticObjDtor(nullptr, 0), C));
699 *I = CFGAutomaticObjDtor(VD, S);
    [all...]
  /external/clang/include/clang/Analysis/Analyses/
ThreadSafetyCommon.h 194 CFGAutomaticObjDtor AD = BI.castAs<CFGAutomaticObjDtor>();
  /external/clang/lib/Analysis/
LiveVariables.cpp 457 if (Optional<CFGAutomaticObjDtor> Dtor =
458 elem.getAs<CFGAutomaticObjDtor>()) {
Consumed.cpp     [all...]
ThreadSafety.cpp     [all...]
CFG.cpp     [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp     [all...]
PathDiagnostic.cpp 560 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>();
    [all...]
ExprEngine.cpp 543 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst);
584 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor,
    [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 205 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,

Completed in 627 milliseconds