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

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1129 ExplodedNode *BeforeProcessingCall = 0; local
1135 BeforeProcessingCall = N;
1155 if (!BeforeProcessingCall)
1163 EpsilonPoint(BeforeProcessingCall->getLocationContext(), CE);
1166 ProgramStateRef NewNodeState = BeforeProcessingCall->getState();
1170 // Make the new node a successor of BeforeProcessingCall.
1178 NewNode->addPredecessor(BeforeProcessingCall, G);

Completed in 163 milliseconds