Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp48 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()
869 ExplodedNodeSet CheckedSet; in VisitUnaryExprOrTypeTraitExpr() local
870 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, Ex, *this); in VisitUnaryExprOrTypeTraitExpr()
873 StmtNodeBuilder Bldr(CheckedSet, EvalSet, *currBldrCtx); in VisitUnaryExprOrTypeTraitExpr()
877 for (ExplodedNode *N : CheckedSet) { in VisitUnaryExprOrTypeTraitExpr()
924 ExplodedNodeSet CheckedSet; in VisitUnaryOperator() local
925 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, U, *this); in VisitUnaryOperator()
928 StmtNodeBuilder Bldr(CheckedSet, EvalSet, *currBldrCtx); in VisitUnaryOperator()
[all …]
H A DExprEngine.cpp1079 ExplodedNodeSet CheckedSet; in removeDead() local
1086 StmtNodeBuilder Bldr(CheckedSet, Out, *currBldrCtx); in removeDead()
1087 for (const auto I : CheckedSet) { in removeDead()
3346 ExplodedNodeSet CheckedSet; in VisitMemberExpr() local
3347 getCheckerManager().runCheckersForPreStmt(CheckedSet, Pred, M, *this); in VisitMemberExpr()
3355 for (const auto I : CheckedSet) in VisitMemberExpr()
3358 StmtNodeBuilder Bldr(CheckedSet, EvalSet, *currBldrCtx); in VisitMemberExpr()
3361 for (const auto I : CheckedSet) { in VisitMemberExpr()
3579 ExplodedNodeSet CheckedSet; in evalBind() local
3583 StmtNodeBuilder Bldr(CheckedSet, Dst, *currBldrCtx); in evalBind()
[all …]