Searched defs:CFGBlockSet (Results 1 - 1 of 1) sorted by relevance

/freebsd-current/contrib/llvm-project/clang/include/clang/Analysis/Analyses/
H A DPostOrderCFGView.h37 class CFGBlockSet { class in class:clang::PostOrderCFGView
46 CFGBlockSet(const CFG *G) : VisitedBlockIDs(G->getNumBlockIDs(), false) {} function in class:clang::PostOrderCFGView::CFGBlockSet

Completed in 106 milliseconds