Searched refs:removeDead (Results 1 – 3 of 3) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 178 removeDead(Pred, Dst, dyn_cast<ReturnStmt>(LastSt), LCtx, in removeDeadOnEndOfFunction() 299 removeDead(BindedRetNode, CleanedNodes, nullptr, calleeCtx, in processCallExit()
|
D | ExprEngine.cpp | 342 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out, in removeDead() function in ExprEngine 437 removeDead(Pred, CleanedStates, currStmt, Pred->getLocationContext()); in ProcessStmt()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | ExprEngine.h | 187 void removeDead(ExplodedNode *Node, ExplodedNodeSet &Out,
|