Searched refs:CheckedSet (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 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() [all …]
|
| H A D | ExprEngine.cpp | 908 ExplodedNodeSet CheckedSet; in removeDead() local 915 StmtNodeBuilder Bldr(CheckedSet, Out, *currBldrCtx); in removeDead() 916 for (const auto I : CheckedSet) { in removeDead() 3004 ExplodedNodeSet CheckedSet; in VisitMemberExpr() local 3005 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, M, *this); in VisitMemberExpr() 3013 for (const auto I : CheckedSet) in VisitMemberExpr() 3016 StmtNodeBuilder Bldr(CheckedSet, EvalSet, *currBldrCtx); in VisitMemberExpr() 3019 for (const auto I : CheckedSet) { in VisitMemberExpr() 3228 ExplodedNodeSet CheckedSet; in evalBind() local 3232 StmtNodeBuilder Bldr(CheckedSet, Dst, *currBldrCtx); in evalBind() [all …]
|