Searched refs:ReplayWithoutInlining (Results 1 – 4 of 4) sorted by relevance
941 struct ReplayWithoutInlining{}; struct943 struct ProgramStateTrait<ReplayWithoutInlining> :
487 const void *ReplayState = State->get<ReplayWithoutInlining>(); in getInlineFailedState()494 return State->remove<ReplayWithoutInlining>(); in getInlineFailedState()
1939 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()3281 void *ProgramStateTrait<ReplayWithoutInlining>::GDMIndex() { in GDMIndex()
165 ReplayWithoutInlining bit added to it (ExprEngine::replayWithoutInlining). The