Home
last modified time | relevance | path

Searched refs:elideDestructor (Results 1 – 3 of 3) sorted by relevance

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h958 static ProgramStateRef elideDestructor(ProgramStateRef State,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp447 State = elideDestructor(State, BTE, LCtx); in updateObjectsUnderConstruction()
H A DExprEngine.cpp577 ProgramStateRef ExprEngine::elideDestructor(ProgramStateRef State, in elideDestructor() function in ExprEngine