Home
last modified time | relevance | path

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

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