Home
last modified time | relevance | path

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

/external/clang/include/clang/Analysis/
DCFG.h243 class CFGBaseDtor : public CFGImplicitDtor {
245 CFGBaseDtor(const CXXBaseSpecifier *base) in CFGBaseDtor() function
254 CFGBaseDtor() {} in CFGBaseDtor() function
671 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.cpp978 E.getAs<CFGBaseDtor>().hasValue(), State, in getCaller()
DExprEngine.cpp546 ProcessBaseDtor(D.castAs<CFGBaseDtor>(), Pred, Dst); in ProcessImplicitDtor()
632 void ExprEngine::ProcessBaseDtor(const CFGBaseDtor D, in ProcessBaseDtor()
/external/clang/lib/Analysis/
DCFG.cpp4204 } else if (Optional<CFGBaseDtor> BE = E.getAs<CFGBaseDtor>()) { in print_elem()