Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1163 ProgramStateRef InlinedFailedState = getInlineFailedState(State, E); in defaultEvalCall() local
1164 if (InlinedFailedState) { in defaultEvalCall()
1166 State = InlinedFailedState; in defaultEvalCall()