Lines Matching refs:CheckedSet
47 ExplodedNodeSet CheckedSet; in VisitBinaryOperator() local
49 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, B, *this); in VisitBinaryOperator()
52 for (ExplodedNodeSet::iterator it=CheckedSet.begin(), ei=CheckedSet.end(); in VisitBinaryOperator()
877 ExplodedNodeSet CheckedSet; in VisitUnaryExprOrTypeTraitExpr() local
878 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, Ex, *this); in VisitUnaryExprOrTypeTraitExpr()
881 StmtNodeBuilder Bldr(CheckedSet, EvalSet, *currBldrCtx); in VisitUnaryExprOrTypeTraitExpr()
885 for (ExplodedNodeSet::iterator I = CheckedSet.begin(), E = CheckedSet.end(); in VisitUnaryExprOrTypeTraitExpr()
935 ExplodedNodeSet CheckedSet; in VisitUnaryOperator() local
936 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, U, *this); in VisitUnaryOperator()
939 StmtNodeBuilder Bldr(CheckedSet, EvalSet, *currBldrCtx); in VisitUnaryOperator()
941 for (ExplodedNodeSet::iterator I = CheckedSet.begin(), E = CheckedSet.end(); in VisitUnaryOperator()