Home
last modified time | relevance | path

Searched refs:ProcessBaseDtor (Results 1 – 2 of 2) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h282 void ProcessBaseDtor(const CFGBaseDtor D,
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp862 ProcessBaseDtor(D.castAs<CFGBaseDtor>(), Pred, Dst); in ProcessImplicitDtor()
974 void ExprEngine::ProcessBaseDtor(const CFGBaseDtor D, in ProcessBaseDtor() function in ExprEngine