Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp592 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState() local
593 if (!ReplayState) in getInlineFailedState()
596 assert(ReplayState == CallE && "Backtracked to the wrong call."); in getInlineFailedState()