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

/netbsd-current/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
H A Dsanitizer_list.h151 typedef IteratorBase<const Item> ConstIterator; typedef in struct:__sanitizer::IntrusiveList
/netbsd-current/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h149 typedef IteratorBase<const Item> ConstIterator; typedef in struct:__sanitizer::IntrusiveList
/netbsd-current/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
H A Dsanitizer_list.h150 typedef IteratorBase<const Item> ConstIterator; typedef in struct:__sanitizer::IntrusiveList
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DDenseSet.h141 class ConstIterator { class in class:llvm::detail::DenseSetImpl
154 ConstIterator(const Iterator &B) : I(B.I) {} function in class:llvm::detail::DenseSetImpl::ConstIterator
155 ConstIterator(const typename MapTy::const_iterator &i) : I(i) {} function in class:llvm::detail::DenseSetImpl::ConstIterator
[all...]

Completed in 90 milliseconds