Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDCFG.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()
/NextBSD/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
HDExprEngine.h209 void ProcessBaseDtor(const CFGBaseDtor D,
/NextBSD/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
HDCallEvent.cpp978 E.getAs<CFGBaseDtor>().hasValue(), State, in getCaller()
HDExprEngine.cpp546 ProcessBaseDtor(D.castAs<CFGBaseDtor>(), Pred, Dst); in ProcessImplicitDtor()
632 void ExprEngine::ProcessBaseDtor(const CFGBaseDtor D, in ProcessBaseDtor()
/NextBSD/contrib/llvm/tools/clang/lib/Analysis/
HDCFG.cpp4215 } else if (Optional<CFGBaseDtor> BE = E.getAs<CFGBaseDtor>()) { in print_elem()