Home
last modified time | relevance | path

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

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