reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/STLExtras.h
  421 iterator_range<filter_iterator<detail::IterOfRange<RangeT>, PredicateT>>
  424       filter_iterator<detail::IterOfRange<RangeT>, PredicateT>;
 1402       typename std::iterator_traits<IterOfRange<R>>::reference;
 1407   result_pair(std::size_t Index, IterOfRange<R> Iter)
 1422   IterOfRange<R> Iter;
 1429           typename std::iterator_traits<IterOfRange<R>>::difference_type,
 1430           typename std::iterator_traits<IterOfRange<R>>::pointer,
 1431           typename std::iterator_traits<IterOfRange<R>>::reference> {
 1435   explicit enumerator_iter(IterOfRange<R> EndIter)
 1438   enumerator_iter(std::size_t Index, IterOfRange<R> Iter)
usr/include/c++/7.4.0/bits/basic_string.h
   94       typedef __gnu_cxx::__normal_iterator<pointer, basic_string>  iterator;
   95       typedef __gnu_cxx::__normal_iterator<const_pointer, basic_string>
usr/include/c++/7.4.0/bits/regex_compiler.h
  180     __is_contiguous_normal_iter<__gnu_cxx::__normal_iterator<_Tp, _Cont>>
usr/include/c++/7.4.0/bits/stl_iterator.h
  787         __normal_iterator(const __normal_iterator<_Iter,
  802       __normal_iterator&
  809       __normal_iterator
  811       { return __normal_iterator(_M_current++); }
  814       __normal_iterator&
  821       __normal_iterator
  823       { return __normal_iterator(_M_current--); }
  830       __normal_iterator&
  834       __normal_iterator
  836       { return __normal_iterator(_M_current + __n); }
  838       __normal_iterator&
  842       __normal_iterator
  844       { return __normal_iterator(_M_current - __n); }
  862     operator==(const __normal_iterator<_IteratorL, _Container>& __lhs,
  863 	       const __normal_iterator<_IteratorR, _Container>& __rhs)
  869     operator==(const __normal_iterator<_Iterator, _Container>& __lhs,
  870 	       const __normal_iterator<_Iterator, _Container>& __rhs)
  876     operator!=(const __normal_iterator<_IteratorL, _Container>& __lhs,
  877 	       const __normal_iterator<_IteratorR, _Container>& __rhs)
  883     operator!=(const __normal_iterator<_Iterator, _Container>& __lhs,
  884 	       const __normal_iterator<_Iterator, _Container>& __rhs)
  891     operator<(const __normal_iterator<_IteratorL, _Container>& __lhs,
  892 	      const __normal_iterator<_IteratorR, _Container>& __rhs)
  898     operator<(const __normal_iterator<_Iterator, _Container>& __lhs,
  899 	      const __normal_iterator<_Iterator, _Container>& __rhs)
  905     operator>(const __normal_iterator<_IteratorL, _Container>& __lhs,
  906 	      const __normal_iterator<_IteratorR, _Container>& __rhs)
  912     operator>(const __normal_iterator<_Iterator, _Container>& __lhs,
  913 	      const __normal_iterator<_Iterator, _Container>& __rhs)
  919     operator<=(const __normal_iterator<_IteratorL, _Container>& __lhs,
  920 	       const __normal_iterator<_IteratorR, _Container>& __rhs)
  926     operator<=(const __normal_iterator<_Iterator, _Container>& __lhs,
  927 	       const __normal_iterator<_Iterator, _Container>& __rhs)
  933     operator>=(const __normal_iterator<_IteratorL, _Container>& __lhs,
  934 	       const __normal_iterator<_IteratorR, _Container>& __rhs)
  940     operator>=(const __normal_iterator<_Iterator, _Container>& __lhs,
  941 	       const __normal_iterator<_Iterator, _Container>& __rhs)
  953     operator-(const __normal_iterator<_IteratorL, _Container>& __lhs,
  954 	      const __normal_iterator<_IteratorR, _Container>& __rhs) noexcept
  964     inline typename __normal_iterator<_Iterator, _Container>::difference_type
  965     operator-(const __normal_iterator<_Iterator, _Container>& __lhs,
  966 	      const __normal_iterator<_Iterator, _Container>& __rhs)
  971     inline __normal_iterator<_Iterator, _Container>
  973 	      __n, const __normal_iterator<_Iterator, _Container>& __i)
  975     { return __normal_iterator<_Iterator, _Container>(__i.base() + __n); }
  986     __niter_base(__gnu_cxx::__normal_iterator<_Iterator, _Container> __it)
usr/include/c++/7.4.0/bits/stl_vector.h
  237       typedef __gnu_cxx::__normal_iterator<pointer, vector> iterator;
  238       typedef __gnu_cxx::__normal_iterator<const_pointer, vector>
usr/include/c++/7.4.0/tuple
 1313     constexpr __tuple_element_t<__i, tuple<_Elements...>>&
 1319     constexpr const __tuple_element_t<__i, tuple<_Elements...>>&
 1325     constexpr __tuple_element_t<__i, tuple<_Elements...>>&&