Home
last modified time | relevance | path

Searched defs:ConstIterator (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/
H A DDenseSet.h109 class ConstIterator; variable
114 friend class ConstIterator; variable
154 ConstIterator(const Iterator &B) : I(B.I) {} in ConstIterator() function
155 ConstIterator(const typename MapTy::const_iterator &i) : I(i) {} in ConstIterator() function
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_list.h150 typedef IteratorBase<const Item> ConstIterator; typedef
/freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/
H A Dlist.h49 typedef IteratorBase<const T> ConstIterator; typedef