Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp1231 ExplodedNodeSet CheckerPreStmt; in VisitAttributedStmt() local
1232 getCheckerManager().runCheckersForPreStmt(CheckerPreStmt, Pred, A, *this); in VisitAttributedStmt()
1235 StmtNodeBuilder Bldr(CheckerPreStmt, EvalSet, *currBldrCtx); in VisitAttributedStmt()
1238 for (ExplodedNode *N : CheckerPreStmt) { in VisitAttributedStmt()
H A DExprEngine.cpp3334 ExplodedNodeSet CheckerPreStmt; in VisitArrayInitLoopExpr() local
3335 getCheckerManager().runCheckersForPreStmt(CheckerPreStmt, Pred, Ex, *this); in VisitArrayInitLoopExpr()
3338 StmtNodeBuilder Bldr(CheckerPreStmt, EvalSet, *currBldrCtx); in VisitArrayInitLoopExpr()
3342 for (auto *Node : CheckerPreStmt) { in VisitArrayInitLoopExpr()
3435 ExplodedNodeSet CheckerPreStmt; in VisitArraySubscriptExpr() local
3436 getCheckerManager().runCheckersForPreStmt(CheckerPreStmt, Pred, A, *this); in VisitArraySubscriptExpr()
3439 StmtNodeBuilder Bldr(CheckerPreStmt, EvalSet, *currBldrCtx); in VisitArraySubscriptExpr()
3449 for (auto *Node : CheckerPreStmt) { in VisitArraySubscriptExpr()