Searched refs:dstPreVisit (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 486 ExplodedNodeSet dstPreVisit; in VisitCallExpr() local 487 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, CE, *this); in VisitCallExpr() 498 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end(); in VisitCallExpr() 521 ExplodedNodeSet dstPreVisit; in evalCall() local 522 getCheckerManager().runCheckersForPreCall(dstPreVisit, Pred, Call, *this); in evalCall() 528 getCheckerManager().runCheckersForEvalCall(dstCallEvaluated, dstPreVisit, in evalCall() 998 ExplodedNodeSet dstPreVisit; in VisitReturnStmt() local 999 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, RS, *this); in VisitReturnStmt() 1001 StmtNodeBuilder B(dstPreVisit, Dst, *currBldrCtx); in VisitReturnStmt() 1004 for (ExplodedNodeSet::iterator it = dstPreVisit.begin(), in VisitReturnStmt() [all …]
|
D | ExprEngineC.cpp | 477 ExplodedNodeSet dstPreVisit; in VisitDeclStmt() local 478 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, DS, *this); in VisitDeclStmt() 481 StmtNodeBuilder B(dstPreVisit, dstEvaluated, *currBldrCtx); in VisitDeclStmt() 482 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end(); in VisitDeclStmt()
|