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

/external/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp238 ExplodedNodeSet DstPreVisit; local
239 getCheckerManager().runCheckersForPreStmt(DstPreVisit, Pred, CE, *this);
243 StmtNodeBuilder Bldr(DstPreVisit, PreInitialized, *currBldrCtx);
248 for (ExplodedNodeSet::iterator I = DstPreVisit.begin(),
249 E = DstPreVisit.end();

Completed in 727 milliseconds