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

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp566 ExplodedNodeSet DstPreVisit; local
567 getCheckerManager().runCheckersForPreStmt(DstPreVisit, Pred, E, *this);
572 StmtNodeBuilder Bldr(DstPreVisit, PreInitialized, *currBldrCtx);
573 for (ExplodedNodeSet::iterator I = DstPreVisit.begin(),
574 E = DstPreVisit.end();
597 PreInitialized = DstPreVisit;

Completed in 74 milliseconds