Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h242 class CFGBaseDtor : public CFGImplicitDtor {
244 CFGBaseDtor(const CXXBaseSpecifier *base) in CFGBaseDtor() function
253 CFGBaseDtor() {} in CFGBaseDtor() function
670 Elements.push_back(CFGBaseDtor(BS), C); in appendBaseDtor()
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h209 void ProcessBaseDtor(const CFGBaseDtor D,
/external/clang/lib/StaticAnalyzer/Core/
DCallEvent.cpp1113 E.getAs<CFGBaseDtor>().hasValue(), State, in getCaller()
DExprEngine.cpp552 ProcessBaseDtor(D.castAs<CFGBaseDtor>(), Pred, Dst); in ProcessImplicitDtor()
638 void ExprEngine::ProcessBaseDtor(const CFGBaseDtor D, in ProcessBaseDtor()
/external/clang/lib/Analysis/
DCFG.cpp4314 } else if (Optional<CFGBaseDtor> BE = E.getAs<CFGBaseDtor>()) { in print_elem()