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