Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
384 ProgramStateRef CEEState = (*I == CEBNode) ? state : (*I)->getState(); in processCallExit()