Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp221 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { in processCallExit() argument
223 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext()); in processCallExit()
225 CEBNode->getLocationContext()->getCurrentStackFrame(); in processCallExit()
233 ProgramStateRef state = CEBNode->getState(); in processCallExit()
237 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
249 const LocationContext *LCtx = CEBNode->getLocationContext(); in processCallExit()
292 BindedRetNode->addPredecessor(CEBNode, G); in processCallExit()
307 CleanedNodes.Add(CEBNode); in processCallExit()
317 ProgramStateRef CEEState = (*I == CEBNode) ? state : (*I)->getState(); in processCallExit()