Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h312 void ProcessTemporaryDtor(const CFGTemporaryDtor D,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1304 ProcessTemporaryDtor(D.castAs<CFGTemporaryDtor>(), Pred, Dst); in ProcessImplicitDtor()
1564 void ExprEngine::ProcessTemporaryDtor(const CFGTemporaryDtor D, in ProcessTemporaryDtor() function in ExprEngine