Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Analysis/
H A DCFG.h1282 using CFGBlockListTy = BumpVector<CFGBlock *>; variable
1283 using iterator = CFGBlockListTy::iterator;
1284 using const_iterator = CFGBlockListTy::const_iterator;
1445 CFGBlockListTy Blocks;