Home
last modified time | relevance | path

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

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