Home
last modified time | relevance | path

Searched refs:CFGBaseDtor (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Analysis/
DCFG.h167 class CFGBaseDtor : public CFGImplicitDtor {
169 CFGBaseDtor(const CXXBaseSpecifier *base) in CFGBaseDtor() function
520 Elements.push_back(CFGBaseDtor(BS), C); in appendBaseDtor()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h190 void ProcessBaseDtor(const CFGBaseDtor D,
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp912 isa<CFGBaseDtor>(E), State, CallerCtx); in getCaller()
DExprEngine.cpp419 ProcessBaseDtor(cast<CFGBaseDtor>(D), Pred, Dst); in ProcessImplicitDtor()
452 void ExprEngine::ProcessBaseDtor(const CFGBaseDtor D, in ProcessBaseDtor()
/external/clang/lib/Analysis/
DCFG.cpp3762 } else if (const CFGBaseDtor *BE = E.getAs<CFGBaseDtor>()) { in print_elem()