Searched refs:dstPreVisit (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineCallAndReturn.cpp | 605 ExplodedNodeSet dstPreVisit; in VisitCallExpr() local 606 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, CE, *this); in VisitCallExpr() 617 for (ExplodedNode *N : dstPreVisit) { in VisitCallExpr() 682 ExplodedNodeSet dstPreVisit; in evalCall() local 683 getCheckerManager().runCheckersForPreCall(dstPreVisit, Pred, in evalCall() 690 getCheckerManager().runCheckersForEvalCall(dstCallEvaluated, dstPreVisit, in evalCall() 1309 ExplodedNodeSet dstPreVisit; in VisitReturnStmt() local 1310 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, RS, *this); in VisitReturnStmt() 1312 StmtNodeBuilder B(dstPreVisit, Dst, *currBldrCtx); in VisitReturnStmt() 1315 for (ExplodedNodeSet::iterator it = dstPreVisit.begin(), in VisitReturnStmt() [all …]
|
| H A D | ExprEngineC.cpp | 627 ExplodedNodeSet dstPreVisit; in VisitDeclStmt() local 628 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, DS, *this); in VisitDeclStmt() 631 StmtNodeBuilder B(dstPreVisit, dstEvaluated, *currBldrCtx); in VisitDeclStmt() 632 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end(); in VisitDeclStmt()
|