Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h997 static bool isDestructorElided(ProgramStateRef State,
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp639 bool ExprEngine::isDestructorElided(ProgramStateRef State, in isDestructorElided() function in ExprEngine
1585 if (isDestructorElided(State, BTE, LC)) { in ProcessTemporaryDtor()