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