Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h911 static ProgramStateRef elideDestructor(ProgramStateRef State,
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp424 State = elideDestructor(State, BTE, LCtx); in updateObjectsUnderConstruction()
H A DExprEngine.cpp490 ProgramStateRef ExprEngine::elideDestructor(ProgramStateRef State, in elideDestructor() function in ExprEngine