HomeSort by relevance Sort by last modified time
    Searched refs:removeDead (Results 1 - 3 of 3) sorted by null

  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
ExprEngine.h 188 void removeDead(ExplodedNode *Node, ExplodedNodeSet &Out,
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCallAndReturn.cpp 178 removeDead(Pred, Dst, dyn_cast<ReturnStmt>(LastSt), LCtx,
299 removeDead(BindedRetNode, CleanedNodes, 0, calleeCtx,
    [all...]
ExprEngine.cpp 325 void ExprEngine::removeDead(ExplodedNode *Pred, ExplodedNodeSet &Out,
420 removeDead(Pred, CleanedStates, currStmt, Pred->getLocationContext());
    [all...]

Completed in 323 milliseconds