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

  /external/clang/include/clang/Analysis/
CFG.h 163 /// CFGAutomaticObjDtor - Represents C++ object destructor implicitly generated
166 class CFGAutomaticObjDtor: public CFGImplicitDtor {
168 CFGAutomaticObjDtor(const VarDecl *var, const Stmt *stmt)
182 CFGAutomaticObjDtor() {}
564 Elements.push_back(CFGAutomaticObjDtor(VD, S), C);
572 return iterator(Elements.insert(I.base(), Cnt, CFGAutomaticObjDtor(0, 0), C));
575 *I = CFGAutomaticObjDtor(VD, S);
    [all...]
  /external/clang/lib/Analysis/
LiveVariables.cpp 477 if (Optional<CFGAutomaticObjDtor> Dtor =
478 elem.getAs<CFGAutomaticObjDtor>()) {
ThreadSafety.cpp     [all...]
CFG.cpp     [all...]
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 204 void ProcessAutomaticObjDtor(const CFGAutomaticObjDtor D,
  /external/clang/lib/StaticAnalyzer/Core/
CallEvent.cpp     [all...]
PathDiagnostic.cpp 488 const CFGAutomaticObjDtor &Dtor = Source.castAs<CFGAutomaticObjDtor>();
    [all...]
ExprEngine.cpp 469 ProcessAutomaticObjDtor(D.castAs<CFGAutomaticObjDtor>(), Pred, Dst);
488 void ExprEngine::ProcessAutomaticObjDtor(const CFGAutomaticObjDtor Dtor,
    [all...]

Completed in 66 milliseconds