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

Declarations

usr/include/c++/7.4.0/bits/stl_iterator_base_types.h
  193       typedef ptrdiff_t                   difference_type;

References

include/llvm/ADT/STLExtras.h
 1151     -> decltype(std::distance(Range.begin(), Range.end())) {
 1232     typename std::iterator_traits<decltype(adl_begin(Range))>::difference_type {
 1240     typename std::iterator_traits<decltype(adl_begin(Range))>::difference_type {
 1429           typename std::iterator_traits<IterOfRange<R>>::difference_type,
tools/clang/include/clang/AST/CanonicalType.h
  406           typename std::iterator_traits<InputIterator>::difference_type,
tools/clang/include/clang/Analysis/CFG.h
  692     using difference_type = typename IteratorTraits::difference_type;
tools/clang/lib/Sema/TreeTransform.h
 4065   typedef typename std::iterator_traits<InputIterator>::difference_type
usr/include/c++/7.4.0/bits/hashtable_policy.h
   65     inline typename std::iterator_traits<_Iterator>::difference_type
   71     inline typename std::iterator_traits<_Iterator>::difference_type
   77     inline typename std::iterator_traits<_Iterator>::difference_type
usr/include/c++/7.4.0/bits/regex.h
  872       typedef typename __iter_traits::difference_type 	difference_type;
 1589       typedef typename __iter_traits::difference_type	   difference_type;
usr/include/c++/7.4.0/bits/stl_algo.h
  115       typename iterator_traits<_RandomAccessIterator>::difference_type
  614       typedef typename iterator_traits<_ForwardIterator>::difference_type
 1342       typedef typename iterator_traits<_RandomAccessIterator>::difference_type
 1621       typedef typename iterator_traits<_ForwardIterator>::difference_type
 2042       typedef typename iterator_traits<_ForwardIterator>::difference_type
 2128       typedef typename iterator_traits<_ForwardIterator>::difference_type
 2533       typedef typename iterator_traits<_BidirectionalIterator>::difference_type
 2709       typedef typename iterator_traits<_RandomAccessIterator>::difference_type
 3189     typename iterator_traits<_InputIterator>::difference_type
 3192       typename iterator_traits<_InputIterator>::difference_type __n = 0;
 3803       typedef typename iterator_traits<_RandomAccessIterator>::difference_type
 4075     inline typename iterator_traits<_InputIterator>::difference_type
 4098     inline typename iterator_traits<_InputIterator>::difference_type
 4999       typedef typename iterator_traits<_RandomAccessIterator>::difference_type
usr/include/c++/7.4.0/bits/stl_algobase.h
  321 	  typedef typename iterator_traits<_II>::difference_type _Distance;
  340 	  typedef typename iterator_traits<_II>::difference_type _Distance;
  531 	  typename iterator_traits<_BI1>::difference_type __n;
  546 	  typename iterator_traits<_BI1>::difference_type __n;
  856 	  const typename iterator_traits<_RAI1>::difference_type
  858 	  const typename iterator_traits<_RAI2>::difference_type
  949       typedef typename iterator_traits<_ForwardIterator>::difference_type
usr/include/c++/7.4.0/bits/stl_heap.h
  194       typedef typename iterator_traits<_RandomAccessIterator>::difference_type
  248       typedef typename iterator_traits<_RandomAccessIterator>::difference_type
  331       typedef typename iterator_traits<_RandomAccessIterator>::difference_type
usr/include/c++/7.4.0/bits/stl_iterator.h
  104 		      typename iterator_traits<_Iterator>::difference_type,
  115       typedef typename __traits_type::difference_type	difference_type;
  774       typedef typename __traits_type::difference_type 	difference_type;
 1025       typedef typename __traits_type::difference_type	difference_type;
usr/include/c++/7.4.0/bits/stl_iterator_base_funcs.h
   79     typename iterator_traits<_InputIterator>::difference_type
   97     typename iterator_traits<_RandomAccessIterator>::difference_type
  137     typename iterator_traits<_InputIterator>::difference_type
  200       typename iterator_traits<_InputIterator>::difference_type __d = __n;
  209 	 iterator_traits<_ForwardIterator>::difference_type __n = 1)
  221 	 iterator_traits<_BidirectionalIterator>::difference_type __n = 1)