Home
last modified time | relevance | path

Searched refs:NewNodeState (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp2480 ProgramStateRef NewNodeState = BeforeProcessingCall->getState(); in replayWithoutInlining() local
2481 NewNodeState = in replayWithoutInlining()
2482 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
2486 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew); in replayWithoutInlining()