Searched refs:dstPreVisit (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp485 ExplodedNodeSet dstPreVisit; local
486 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, CE, *this);
497 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end();
520 ExplodedNodeSet dstPreVisit; local
521 getCheckerManager().runCheckersForPreCall(dstPreVisit, Pred, Call, *this);
527 getCheckerManager().runCheckersForEvalCall(dstCallEvaluated, dstPreVisit,
994 ExplodedNodeSet dstPreVisit; local
995 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, RS, *this);
997 StmtNodeBuilder B(dstPreVisit, Ds
[all...]
H A DExprEngineC.cpp455 ExplodedNodeSet dstPreVisit; local
456 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, DS, *this);
459 StmtNodeBuilder B(dstPreVisit, dstEvaluated, *currBldrCtx);
460 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end();

Completed in 80 milliseconds