Searched refs:dstPreVisit (Results 1 – 2 of 2) sorted by relevance
/external/clang/lib/StaticAnalyzer/Core/ |
D | ExprEngineCallAndReturn.cpp | 473 ExplodedNodeSet dstPreVisit; in VisitCallExpr() local 474 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, CE, *this); in VisitCallExpr() 485 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end(); in VisitCallExpr() 508 ExplodedNodeSet dstPreVisit; in evalCall() local 509 getCheckerManager().runCheckersForPreCall(dstPreVisit, Pred, Call, *this); in evalCall() 515 getCheckerManager().runCheckersForEvalCall(dstCallEvaluated, dstPreVisit, in evalCall() 981 ExplodedNodeSet dstPreVisit; in VisitReturnStmt() local 982 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, RS, *this); in VisitReturnStmt() 984 StmtNodeBuilder B(dstPreVisit, Dst, *currBldrCtx); in VisitReturnStmt() 987 for (ExplodedNodeSet::iterator it = dstPreVisit.begin(), in VisitReturnStmt() [all …]
|
D | ExprEngineC.cpp | 488 ExplodedNodeSet dstPreVisit; in VisitDeclStmt() local 489 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, DS, *this); in VisitDeclStmt() 492 StmtNodeBuilder B(dstPreVisit, dstEvaluated, *currBldrCtx); in VisitDeclStmt() 493 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end(); in VisitDeclStmt()
|