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