Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DExprEngineCXX.cpp741 ExplodedNodeSet DstPreVisit; in handleConstructor() local
742 getCheckerManager().runCheckersForPreStmt(DstPreVisit, Pred, E, *this); in handleConstructor()
747 StmtNodeBuilder Bldr(DstPreVisit, PreInitialized, *currBldrCtx); in handleConstructor()
748 for (ExplodedNode *N : DstPreVisit) { in handleConstructor()
770 PreInitialized = DstPreVisit; in handleConstructor()