Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp553 ExplodedNodeSet dstPreVisit; in VisitCallExpr() local
554 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, CE, *this); in VisitCallExpr()
565 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end(); in VisitCallExpr()
632 ExplodedNodeSet dstPreVisit; in evalCall() local
633 getCheckerManager().runCheckersForPreCall(dstPreVisit, Pred, in evalCall()
640 getCheckerManager().runCheckersForEvalCall(dstCallEvaluated, dstPreVisit, in evalCall()
1235 ExplodedNodeSet dstPreVisit; in VisitReturnStmt() local
1236 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, RS, *this); in VisitReturnStmt()
1238 StmtNodeBuilder B(dstPreVisit, Dst, *currBldrCtx); in VisitReturnStmt()
1241 for (ExplodedNodeSet::iterator it = dstPreVisit.begin(), in VisitReturnStmt()
[all …]
H A DExprEngineC.cpp595 ExplodedNodeSet dstPreVisit; in VisitDeclStmt() local
596 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, DS, *this); in VisitDeclStmt()
599 StmtNodeBuilder B(dstPreVisit, dstEvaluated, *currBldrCtx); in VisitDeclStmt()
600 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end(); in VisitDeclStmt()