Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp285 ExplodedNodeSet dstPreStmt; in VisitCast() local
286 getCheckerManager().runCheckersForPreStmt(dstPreStmt, Pred, CastE, *this); in VisitCast()
290 for (ExplodedNode *subExprNode : dstPreStmt) { in VisitCast()
305 StmtNodeBuilder Bldr(dstPreStmt, Dst, *currBldrCtx); in VisitCast()
306 for (ExplodedNode *Pred : dstPreStmt) { in VisitCast()