Searched refs:PreVisit (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/contrib/llvm/tools/clang/lib/StaticAnalyzer/Core/
H A DExprEngine.cpp734 ExplodedNodeSet PreVisit; local
735 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
738 StmtNodeBuilder Bldr2(PreVisit, Tmp, *currBldrCtx);
755 for (ExplodedNodeSet::iterator I = PreVisit.begin(), E = PreVisit.end();
915 ExplodedNodeSet PreVisit; local
917 getCheckerManager().runCheckersForPreStmt(PreVisit, Pred, S, *this);
919 for (ExplodedNodeSet::iterator i = PreVisit.begin(),
920 e = PreVisit.end(); i != e ; ++i)

Completed in 167 milliseconds