Searched refs:CEBNode (Results 1 – 1 of 1) sorted by relevance
203 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { in processCallExit() argument205 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext()); in processCallExit()206 const StackFrameContext *calleeCtx = CEBNode->getStackFrame(); in processCallExit()214 ProgramStateRef state = CEBNode->getState(); in processCallExit()218 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()230 const LocationContext *LCtx = CEBNode->getLocationContext(); in processCallExit()284 BindedRetNode->addPredecessor(CEBNode, G); in processCallExit()299 CleanedNodes.Add(CEBNode); in processCallExit()309 ProgramStateRef CEEState = (*I == CEBNode) ? state : (*I)->getState(); in processCallExit()