Searched refs:CheckedSet (Results 1 – 2 of 2) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineC.cpp | 48 ExplodedNodeSet CheckedSet; in VisitBinaryOperator() local 50 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, B, *this); in VisitBinaryOperator() 53 for (ExplodedNodeSet::iterator it=CheckedSet.begin(), ei=CheckedSet.end(); in VisitBinaryOperator() 874 ExplodedNodeSet CheckedSet; in VisitUnaryExprOrTypeTraitExpr() local 875 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, Ex, *this); in VisitUnaryExprOrTypeTraitExpr() 878 StmtNodeBuilder Bldr(CheckedSet, EvalSet, *currBldrCtx); in VisitUnaryExprOrTypeTraitExpr() 882 for (ExplodedNodeSet::iterator I = CheckedSet.begin(), E = CheckedSet.end(); in VisitUnaryExprOrTypeTraitExpr() 932 ExplodedNodeSet CheckedSet; in VisitUnaryOperator() local 933 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, U, *this); in VisitUnaryOperator() 936 StmtNodeBuilder Bldr(CheckedSet, EvalSet, *currBldrCtx); in VisitUnaryOperator() [all …]
|
| H A D | ExprEngine.cpp | 739 ExplodedNodeSet CheckedSet; in removeDead() local 746 StmtNodeBuilder Bldr(CheckedSet, Out, *currBldrCtx); in removeDead() 747 for (const auto I : CheckedSet) { in removeDead() 2665 ExplodedNodeSet CheckedSet; in VisitMemberExpr() local 2666 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, M, *this); in VisitMemberExpr() 2674 for (const auto I : CheckedSet) in VisitMemberExpr() 2677 StmtNodeBuilder Bldr(CheckedSet, EvalSet, *currBldrCtx); in VisitMemberExpr() 2680 for (const auto I : CheckedSet) { in VisitMemberExpr() 2889 ExplodedNodeSet CheckedSet; in evalBind() local 2893 StmtNodeBuilder Bldr(CheckedSet, Dst, *currBldrCtx); in evalBind() [all …]
|