Searched refs:CEBNode (Results 1 – 1 of 1) sorted by relevance
254 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { in processCallExit() argument256 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext()); in processCallExit()257 const StackFrameContext *calleeCtx = CEBNode->getStackFrame(); in processCallExit()265 ProgramStateRef state = CEBNode->getState(); in processCallExit()269 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()298 const LocationContext *LCtx = CEBNode->getLocationContext(); in processCallExit()359 BindedRetNode->addPredecessor(CEBNode, G); in processCallExit()374 CleanedNodes.Add(CEBNode); in processCallExit()382 ProgramStateRef CEEState = (N == CEBNode) ? state : N->getState(); in processCallExit()