Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h971 static bool isDestructorElided(ProgramStateRef State,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp595 bool ExprEngine::isDestructorElided(ProgramStateRef State, in isDestructorElided() function in ExprEngine
1259 if (isDestructorElided(State, BTE, LC)) { in ProcessTemporaryDtor()