Searched refs:dstPreVisit (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| D | ExprEngineCallAndReturn.cpp | 500 ExplodedNodeSet dstPreVisit; in VisitCallExpr() local 501 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, CE, *this); in VisitCallExpr() 512 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end(); in VisitCallExpr() 579 ExplodedNodeSet dstPreVisit; in evalCall() local 580 getCheckerManager().runCheckersForPreCall(dstPreVisit, Pred, in evalCall() 587 getCheckerManager().runCheckersForEvalCall(dstCallEvaluated, dstPreVisit, in evalCall() 1139 ExplodedNodeSet dstPreVisit; in VisitReturnStmt() local 1140 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, RS, *this); in VisitReturnStmt() 1142 StmtNodeBuilder B(dstPreVisit, Dst, *currBldrCtx); in VisitReturnStmt() 1145 for (ExplodedNodeSet::iterator it = dstPreVisit.begin(), in VisitReturnStmt() [all …]
|
| D | ExprEngineC.cpp | 591 ExplodedNodeSet dstPreVisit; in VisitDeclStmt() local 592 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, DS, *this); in VisitDeclStmt() 595 StmtNodeBuilder B(dstPreVisit, dstEvaluated, *currBldrCtx); in VisitDeclStmt() 596 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end(); in VisitDeclStmt()
|