Home
last modified time | relevance | path

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

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