Home | History | Annotate | Download | only in Core

Lines Matching refs:preVisit

719                                            ExplodedNodeSet &PreVisit,
724 Dst = PreVisit;
727 StmtNodeBuilder StmtBldr(PreVisit, Dst, *currBldrCtx);
728 for (ExplodedNode *Node : PreVisit) {
877 ExplodedNodeSet PreVisit;
878 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
880 VisitCXXBindTemporaryExpr(cast<CXXBindTemporaryExpr>(S), PreVisit, Next);
930 ExplodedNodeSet preVisit;
931 getCheckerManager().runCheckersForPreStmt(preVisit, Pred, S, *this);
932 getCheckerManager().runCheckersForPostStmt(Dst, preVisit, S, *this);
940 ExplodedNodeSet PreVisit;
941 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
944 StmtNodeBuilder Bldr2(PreVisit, Tmp, *currBldrCtx);
966 for (ExplodedNodeSet::iterator I = PreVisit.begin(), E = PreVisit.end();
989 ExplodedNodeSet preVisit;
990 getCheckerManager().runCheckersForPreStmt(preVisit, Pred, S, *this);
993 StmtNodeBuilder Bldr2(preVisit, Tmp, *currBldrCtx);
998 for (ExplodedNodeSet::iterator it = preVisit.begin(), et = preVisit.end();
1139 ExplodedNodeSet PreVisit;
1141 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
1143 for (ExplodedNodeSet::iterator i = PreVisit.begin(),
1144 e = PreVisit.end(); i != e ; ++i)
1213 // Handle the previsit checks.
2238 // Do a previsit of the bind.