Searched refs:CheckerPreStmt (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | ExprEngine.cpp | 3209 ExplodedNodeSet CheckerPreStmt; in VisitArrayInitLoopExpr() local 3210 getCheckerManager().runCheckersForPreStmt(CheckerPreStmt, Pred, Ex, *this); in VisitArrayInitLoopExpr() 3213 StmtNodeBuilder Bldr(CheckerPreStmt, EvalSet, *currBldrCtx); in VisitArrayInitLoopExpr() 3217 for (auto *Node : CheckerPreStmt) { in VisitArrayInitLoopExpr() 3310 ExplodedNodeSet CheckerPreStmt; in VisitArraySubscriptExpr() local 3311 getCheckerManager().runCheckersForPreStmt(CheckerPreStmt, Pred, A, *this); in VisitArraySubscriptExpr() 3314 StmtNodeBuilder Bldr(CheckerPreStmt, EvalSet, *currBldrCtx); in VisitArraySubscriptExpr() 3324 for (auto *Node : CheckerPreStmt) { in VisitArraySubscriptExpr()
|