Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DExprEngine.h932 static ProgramStateRef removePendingInitLoop(ProgramStateRef State,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp273 state = removePendingInitLoop(state, CCE, callerCtx); in processCallExit()
H A DExprEngine.cpp481 ProgramStateRef ExprEngine::removePendingInitLoop(ProgramStateRef State, in removePendingInitLoop() function in ExprEngine