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

/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp1863 ExplodedNode *BeforeProcessingCall = nullptr; local
1869 BeforeProcessingCall = N;
1889 if (!BeforeProcessingCall)
1897 EpsilonPoint(BeforeProcessingCall->getLocationContext(), CE);
1900 ProgramStateRef NewNodeState = BeforeProcessingCall->getState();
1904 // Make the new node a successor of BeforeProcessingCall.
1912 NewNode->addPredecessor(BeforeProcessingCall, G);

Completed in 113 milliseconds