/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/ |
H A D | incrementable.h | 13 using difference_type = int; member 19 using difference_type = int; member 32 using difference_type = short; member 46 using difference_type = float; member 67 using difference_type = float; member 76 using difference_type = int; member 84 using difference_type = int; member 94 using difference_type = int; member 100 using difference_type = int; member 106 using difference_type = int; member [all …]
|
/llvm-project/libcxx/test/std/utilities/memory/pointer.traits/pointer.traits.types/ |
H A D | difference_type.compile.pass.cpp | 26 typedef char difference_type; global() typedef 40 typedef char difference_type; global() typedef 46 static int difference_type; global() member 52 typedef int difference_type; global() typedef [all...] |
/llvm-project/libcxx/test/support/ |
H A D | iterator_traits_cpp17_iterators.h | 27 using difference_type = int; member 38 using difference_type = int; member 51 using difference_type = int; member 62 using difference_type = int; member 75 using difference_type = int; member
|
H A D | almost_satisfies_types.h | 108 using difference_type = long; variable 261 using difference_type = long; variable 334 using difference_type = long; variable 368 using difference_type = long; variable 403 using difference_type = double; variable
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.bidir/ |
H A D | bidirectional_iterator.compile.pass.cpp | 35 using difference_type = std::ptrdiff_t; typedef 51 using difference_type = std::ptrdiff_t; typedef 68 using difference_type = std::ptrdiff_t; typedef 85 using difference_type = std::ptrdiff_t; typedef 101 using difference_type = std::ptrdiff_t; typedef 118 using difference_type = std::ptrdiff_t; typedef 134 using difference_type = std::ptrdiff_t; typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.input/ |
H A D | input_iterator.compile.pass.cpp | 23 using difference_type = std::ptrdiff_t; typedef 47 using difference_type = std::ptrdiff_t; typedef 66 using difference_type = std::ptrdiff_t; typedef 87 using difference_type = std::ptrdiff_t; typedef 107 using difference_type = std::ptrdiff_t; typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.assoc.types/incrementable.traits/ |
H A D | incrementable_traits.compile.pass.cpp | 22 typename std::incrementable_traits<T>::difference_type; global() member in std::incrementable_traits 71 using difference_type = int; global() typedef 76 using difference_type = void; global() typedef 103 using difference_type = int; global() typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.forward/ |
H A D | forward_iterator.compile.pass.cpp | 33 using difference_type = std::ptrdiff_t; typedef 49 using difference_type = std::ptrdiff_t; typedef 63 using difference_type = std::ptrdiff_t; typedef 77 using difference_type = std::ptrdiff_t; typedef
|
/llvm-project/libcxx/test/std/ranges/range.factories/range.iota.view/ |
H A D | types.h | 15 using difference_type = int; member 65 using difference_type = std::iter_difference_t<T>; member 96 using difference_type = std::iter_difference_t<T>; member 132 using difference_type = int; member 160 using difference_type = int; member 189 using difference_type = int; member
|
H A D | range_concept_conformance.compile.pass.cpp | 18 using difference_type = int; typedef 29 using difference_type = int; typedef
|
/llvm-project/libcxx/test/std/ranges/range.factories/range.iota.view/iterator/ |
H A D | member_typedefs.compile.pass.cpp | 22 using difference_type = int; typedef 33 using difference_type = int; typedef 44 using difference_type = int; typedef 53 using difference_type = signed char; typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.output/ |
H A D | output_iterator.compile.pass.cpp | 48 using difference_type = std::ptrdiff_t; typedef 59 using difference_type = std::ptrdiff_t; typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.iterator/ |
H A D | input_or_output_iterator.compile.pass.cpp | 56 using difference_type = std::ptrdiff_t; typedef 64 using difference_type = std::ptrdiff_t; typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.random.access/ |
H A D | contiguous_iterator.compile.pass.cpp | 36 typedef std::ptrdiff_t difference_type; typedef 70 typedef std::ptrdiff_t difference_type; typedef 105 typedef std::ptrdiff_t difference_type; typedef 140 typedef std::ptrdiff_t difference_type; typedef 181 typedef std::ptrdiff_t difference_type; typedef 200 friend self operator+(difference_type, self) { return self{}; } in operator +() argument 218 typedef std::ptrdiff_t difference_type; typedef
|
/llvm-project/libcxx/test/std/iterators/predef.iterators/iterators.common/ |
H A D | types.h | 26 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef 50 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef 74 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef 107 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef 130 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef 192 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef 242 typedef typename std::iterator_traits<It>::difference_type difference_type; typedef
|
/llvm-project/libcxx/include/__memory/ |
H A D | raw_storage_iterator.h | 48 typedef ptrdiff_t difference_type; global() typedef 50 typedef void difference_type; global() typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
H A D | cxx20_iterator_traits.compile.pass.cpp | 177 struct difference_type {}; struct 192 struct difference_type {}; struct 208 struct difference_type {}; struct 234 using difference_type = short; typedef 246 using difference_type = int; // or any signed integral type typedef 280 using difference_type = short; // or any signed integral type typedef 330 using difference_type = short; typedef 420 using difference_type = short; // or any signed integral type typedef 465 using difference_type = long; typedef 505 using difference_type = short; typedef
|
/llvm-project/libcxx/include/__iterator/ |
H A D | front_insert_iterator.h | 45 typedef ptrdiff_t difference_type; typedef 47 typedef void difference_type; typedef
|
H A D | back_insert_iterator.h | 45 typedef ptrdiff_t difference_type; typedef 47 typedef void difference_type; typedef
|
H A D | ostreambuf_iterator.h | 38 typedef ptrdiff_t difference_type; global() typedef 40 typedef void difference_type; global() typedef
|
H A D | ostream_iterator.h | 40 typedef ptrdiff_t difference_type; typedef 42 typedef void difference_type; typedef
|
H A D | insert_iterator.h | 55 typedef ptrdiff_t difference_type; typedef 57 typedef void difference_type; typedef
|
/llvm-project/libcxx/test/libcxx/ranges/range.utility.helpers/ |
H A D | has_arrow.compile.pass.cpp | 20 typedef std::ptrdiff_t difference_type; global() typedef 39 typedef std::ptrdiff_t difference_type; global() typedef 58 typedef std::ptrdiff_t difference_type; global() typedef
|
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
H A D | difference_type.pass.cpp | 28 typedef short difference_type; global() typedef 53 typedef void difference_type; global() typedef 64 typedef signed char difference_type; global() typedef [all...] |
/llvm-project/libcxx/test/std/iterators/predef.iterators/reverse.iterators/ |
H A D | types.compile.pass.cpp | 71 using difference_type = void*; typedef 82 using difference_type = char; typedef 97 using difference_type = char; typedef
|