Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp1003 ProgramStateRef InlinedFailedState = getInlineFailedState(State, E); in defaultEvalCall() local
1004 if (InlinedFailedState) { in defaultEvalCall()
1006 State = InlinedFailedState; in defaultEvalCall()