Home
last modified time | relevance | path

Searched refs:CEBNode (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp254 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { in processCallExit() argument
256 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()