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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp452 ExplodedNodeSet dstPreVisit; local
453 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, DS, *this);
455 StmtNodeBuilder B(dstPreVisit, Dst, *currBldrCtx);
456 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end();
H A DExprEngineCallAndReturn.cpp482 ExplodedNodeSet dstPreVisit; local
483 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, CE, *this);
494 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end();
517 ExplodedNodeSet dstPreVisit; local
518 getCheckerManager().runCheckersForPreCall(dstPreVisit, Pred, Call, *this);
524 getCheckerManager().runCheckersForEvalCall(dstCallEvaluated, dstPreVisit,
861 ExplodedNodeSet dstPreVisit; local
862 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, RS, *this);
864 StmtNodeBuilder B(dstPreVisit, Ds
[all...]

Completed in 62 milliseconds