/freebsd/contrib/llvm-project/libcxx/include/__memory/ |
H A D | raw_storage_iterator.h | 43 typedef ptrdiff_t difference_type; global() typedef 45 typedef void difference_type; global() typedef
|
/freebsd/contrib/llvm-project/libcxx/include/__iterator/ |
H A D | front_insert_iterator.h | 45 typedef ptrdiff_t difference_type; typedef 43 typedef ptrdiff_t difference_type; global() typedef
|
H A D | back_insert_iterator.h | 45 typedef ptrdiff_t difference_type; typedef 43 typedef ptrdiff_t difference_type; global() typedef
|
H A D | ostream_iterator.h | 40 typedef ptrdiff_t difference_type; typedef 38 typedef ptrdiff_t difference_type; global() typedef
|
H A D | ostreambuf_iterator.h | 37 typedef ptrdiff_t difference_type; global() typedef 39 typedef void difference_type; global() typedef
|
H A D | insert_iterator.h | 55 typedef ptrdiff_t difference_type; typedef 53 typedef ptrdiff_t difference_type; global() typedef
|
H A D | reverse_iterator.h | 86 using difference_type = iter_difference_t<_Iter>; variable 90 using difference_type = typename iterator_traits<_Iter>::difference_type; variable
|
H A D | iterator.h | 27 typedef _Distance difference_type; global() typedef
|
H A D | iterator_with_data.h | 38 using difference_type = iter_difference_t<_Iterator>; global() variable
|
H A D | istream_iterator.h | 39 typedef _Distance difference_type; global() typedef
|
H A D | wrap_iter.h | 34 typedef typename iterator_traits<iterator_type>::difference_type difference_type; typedef
|
/freebsd/contrib/llvm-project/libcxx/include/__algorithm/ |
H A D | sift_down.h | 35 typedef typename iterator_traits<_RandomAccessIterator>::difference_type difference_type; in __sift_down() typedef 88 using difference_type = typename iterator_traits<_RandomAccessIterator>::difference_type; __floyd_sift_down() local [all...] |
H A D | shuffle.h | 99 typedef typename iterator_traits<_RandomAccessIterator>::difference_type difference_type; random_shuffle() typedef 125 typedef typename iterator_traits<_RandomAccessIterator>::difference_type difference_type; random_shuffle() typedef 142 typedef typename iterator_traits<_RandomAccessIterator>::difference_type difference_type; __shuffle() typedef [all...] |
H A D | partition_point.h | 28 difference_type __len = std::distance(__first, __last); in partition_point() typedef
|
H A D | copy_n.h | 59 typedef typename iterator_traits<_InputIterator>::difference_type difference_type; copy_n() typedef
|
H A D | inplace_merge.h | 137 typedef typename iterator_traits<_BidirectionalIterator>::difference_type difference_type; in __inplace_merge() typedef 210 typedef typename iterator_traits<_BidirectionalIterator>::difference_type difference_type; in __inplace_merge() typedef
|
H A D | make_heap.h | 34 using difference_type = typename iterator_traits<_RandomAccessIterator>::difference_type; in __make_heap() local
|
H A D | sort_heap.h | 38 using difference_type = typename iterator_traits<_RandomAccessIterator>::difference_type; in __sort_heap() local
|
H A D | stable_partition.h | 125 typedef typename iterator_traits<_ForwardIterator>::difference_type difference_type; __stable_partition_impl() typedef 271 typedef typename iterator_traits<_BidirectionalIterator>::difference_type difference_type; __stable_partition_impl() typedef
|
H A D | stable_sort.h | 200 typedef typename iterator_traits<_RandomAccessIterator>::difference_type difference_type; in __stable_sort() typedef 241 using difference_type = typename iterator_traits<_RandomAccessIterator>::difference_type; in __stable_sort_impl() local
|
H A D | is_heap_until.h | 26 typedef typename iterator_traits<_RandomAccessIterator>::difference_type difference_type; in __is_heap_until() typedef
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionIterator.h | 42 using difference_type = std::ptrdiff_t; variable 180 using difference_type = std::ptrdiff_t; variable
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | LineIterator.h | 44 using difference_type = std::ptrdiff_t; variable
|
/freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
H A D | atomic.h | 39 using difference_type = value_type; member
|
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | DeclLookups.h | 36 using difference_type = std::ptrdiff_t; variable
|