Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1937 ProgramStateRef NewNodeState = BeforeProcessingCall->getState(); in replayWithoutInlining() local
1938 NewNodeState = in replayWithoutInlining()
1939 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE)); in replayWithoutInlining()
1943 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew); in replayWithoutInlining()