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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1258 ProgramStateRef NewNodeState = BeforeProcessingCall->getState(); local
1259 NewNodeState =
1260 NewNodeState->set<ReplayWithoutInlining>(const_cast<Stmt *>(CE));
1264 ExplodedNode *NewNode = G.getNode(NewNodeLoc, NewNodeState, false, &IsNew);

Completed in 478 milliseconds