Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DExprEngineC.cpp304 ExplodedNodeSet dstPreStmt; in VisitCast() local
305 getCheckerManager().runCheckersForPreStmt(dstPreStmt, Pred, CastE, *this); in VisitCast()
308 for (ExplodedNodeSet::iterator I = dstPreStmt.begin(), E = dstPreStmt.end(); in VisitCast()
325 StmtNodeBuilder Bldr(dstPreStmt, Dst, *currBldrCtx); in VisitCast()
326 for (ExplodedNodeSet::iterator I = dstPreStmt.begin(), E = dstPreStmt.end(); in VisitCast()