Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCallAndReturn.cpp500 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 …]
H A DExprEngineC.cpp603 ExplodedNodeSet dstPreVisit; in VisitDeclStmt() local
604 getCheckerManager().runCheckersForPreStmt(dstPreVisit, Pred, DS, *this); in VisitDeclStmt()
607 StmtNodeBuilder B(dstPreVisit, dstEvaluated, *currBldrCtx); in VisitDeclStmt()
608 for (ExplodedNodeSet::iterator I = dstPreVisit.begin(), E = dstPreVisit.end(); in VisitDeclStmt()