Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h149 typedef IteratorBase<const Item> ConstIterator; typedef
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_list.h151 typedef IteratorBase<const Item> ConstIterator; typedef
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h150 typedef IteratorBase<const Item> ConstIterator; typedef