Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1233 ProgramStateRef InlinedFailedState = getInlineFailedState(State, E); in defaultEvalCall() local
1234 if (InlinedFailedState) { in defaultEvalCall()
1236 State = InlinedFailedState; in defaultEvalCall()