Home
last modified time | relevance | path

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

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