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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp441 ExplodedNodeSet dstPreVisit; local
442 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, DS, *this);
444 StmtNodeBuilder B(dstPreVisit, Dst, *currBldrCtx);
446 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end();
H A DExprEngineCallAndReturn.cpp506 ExplodedNodeSet dstPreVisit; local
507 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, CE, *this);
518 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end();
541 ExplodedNodeSet dstPreVisit; local
542 getCheckerManager().runCheckersForPreCall(dstPreVisit, Pred, Call, *this);
548 getCheckerManager().runCheckersForEvalCall(dstCallEvaluated, dstPreVisit,
688 ExplodedNodeSet dstPreVisit; local
689 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, RS, *this);
691 StmtNodeBuilder B(dstPreVisit, Ds
[all...]

Completed in 201 milliseconds