Home
last modified time | relevance | path

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

/external/clang/lib/StaticAnalyzer/Core/
DExprEngineCallAndReturn.cpp218 void ExprEngine::processCallExit(ExplodedNode *CEBNode) { in processCallExit() argument
220 PrettyStackTraceLocationContext CrashInfo(CEBNode->getLocationContext()); in processCallExit()
222 CEBNode->getLocationContext()->getCurrentStackFrame(); in processCallExit()
230 ProgramStateRef state = CEBNode->getState(); in processCallExit()
234 std::tie(LastSt, Blk) = getLastStmt(CEBNode); in processCallExit()
246 const LocationContext *LCtx = CEBNode->getLocationContext(); in processCallExit()
289 BindedRetNode->addPredecessor(CEBNode, G); in processCallExit()
304 CleanedNodes.Add(CEBNode); in processCallExit()
314 ProgramStateRef CEEState = (*I == CEBNode) ? state : (*I)->getState(); in processCallExit()