Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DExprEngine.h208 void ProcessBaseDtor(const CFGBaseDtor D,
/freebsd-9-stable/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
DExprEngine.cpp531 ProcessBaseDtor(D.castAs<CFGBaseDtor>(), Pred, Dst); in ProcessImplicitDtor()
598 void ExprEngine::ProcessBaseDtor(const CFGBaseDtor D, in ProcessBaseDtor() function in ExprEngine