Searched refs:ReplayWithoutInlining (Results 1 – 4 of 4) sorted by relevance
646 struct ReplayWithoutInlining{}; struct648 struct ProgramStateTrait<ReplayWithoutInlining> :
460 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState()467 return State->remove<ReplayWithoutInlining>(); in getInlineFailedState()
1398 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
158 ReplayWithoutInlining bit added to it (ExprEngine::replayWithoutInlining). The