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