Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h274 void ProcessImplicitDtor(const CFGImplicitDtor D, ExplodedNode *Pred);
/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp601 ProcessImplicitDtor(E.castAs<CFGImplicitDtor>(), Pred); in processCFGElement()
854 void ExprEngine::ProcessImplicitDtor(const CFGImplicitDtor D, in ProcessImplicitDtor() function in ExprEngine