Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/Analysis/
HDCFG.h355 class ElementList {
359 ElementList(BumpVectorContext &C) : Impl(C, 4) {} in ElementList() function
395 ElementList Elements;
498 typedef ElementList::iterator iterator;
499 typedef ElementList::const_iterator const_iterator;
500 typedef ElementList::reverse_iterator reverse_iterator;
501 typedef ElementList::const_reverse_iterator const_reverse_iterator;
/NextBSD/contrib/llvm/include/llvm/ADT/
HDSparseBitVector.h264 typedef ilist<SparseBitVectorElement<ElementSize> > ElementList;
265 typedef typename ElementList::iterator ElementListIter;
266 typedef typename ElementList::const_iterator ElementListConstIter;
273 ElementList Elements;