/llvm-project/libcxx/test/std/iterators/predef.iterators/insert.iterators/insert.iterator/ |
H A D | cxx20_iter_member.pass.cpp | 25 struct value_type { struct 26 constexpr value_type(double d) : x(static_cast<int>(d)) {} in value_type() function 42 …ructible_v<std::insert_iterator<NoIteratorAlias>, NoIteratorAlias&, NoIteratorAlias::value_type*>);
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/ |
H A D | indirectly_readable.compile.pass.cpp | 51 using value_type = int; typedef 61 using value_type = int; typedef 69 using value_type = int; typedef 153 using value_type = iter_ref4; typedef 165 using value_type = void; typedef 171 using value_type typedef 94 using value_type = int; global() typedef 103 using value_type = iter_ref2; global() typedef 125 using value_type = iter_ref3; global() typedef [all...] |
H A D | iter_common_reference_t.compile.pass.cpp | 21 using value_type = X; typedef 28 using value_type = X; typedef 47 using value_type = A; typedef
|
/llvm-project/libcxx/test/support/ |
H A D | read_write.h | 13 using value_type = int; member 23 using value_type = int; member 28 using value_type = int const; member 34 using value_type = int; member
|
H A D | almost_satisfies_types.h | 32 using value_type = T; variable 71 using value_type = int; variable 155 using value_type = int; variable 174 using value_type = int; variable 197 using value_type = int; variable 222 using value_type = int; variable 241 using value_type = int; variable 262 using value_type = NotSwappable; variable 282 using value_type = int; variable
|
H A D | iterator_traits_cpp17_iterators.h | 28 using value_type = long; member 39 using value_type = long; member 52 using value_type = int; member 63 using value_type = int; member 76 using value_type = int; member
|
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/allocator.traits.types/ |
H A D | rebind_alloc.pass.cpp | 29 typedef T value_type; typedef 40 typedef T value_type; typedef 48 typedef T value_type; typedef 54 typedef T value_type; typedef 60 typedef T value_type; typedef 67 typedef T value_type; typedef 75 typedef T value_type; typedef
|
H A D | void_pointer.pass.cpp | 30 typedef T value_type; typedef 37 typedef T value_type; typedef 46 typedef T value_type; typedef 54 typedef T value_type; typedef
|
H A D | const_void_pointer.pass.cpp | 31 typedef T value_type; typedef 38 typedef T value_type; typedef 47 typedef T value_type; typedef 55 typedef T value_type; typedef
|
H A D | const_pointer.pass.cpp | 30 typedef T value_type; typedef 37 typedef T value_type; typedef 46 typedef T value_type; typedef 53 typedef T value_type; typedef
|
H A D | is_always_equal.pass.cpp | 27 typedef T value_type; typedef 34 typedef T value_type; typedef 40 typedef T value_type; typedef
|
H A D | propagate_on_container_move_assignment.pass.cpp | 27 typedef T value_type; typedef 34 typedef T value_type; typedef 41 typedef T value_type; typedef
|
H A D | propagate_on_container_copy_assignment.pass.cpp | 27 typedef T value_type; typedef 34 typedef T value_type; typedef 41 typedef T value_type; typedef
|
H A D | propagate_on_container_swap.pass.cpp | 27 typedef T value_type; typedef 34 typedef T value_type; typedef 40 typedef T value_type; typedef
|
H A D | pointer.pass.cpp | 29 typedef T value_type; typedef 36 typedef T value_type; typedef 41 typedef T value_type; typedef
|
H A D | size_type.pass.cpp | 26 typedef T value_type; global() typedef 33 typedef T value_type; global() typedef 39 typedef T value_type; global() typedef 48 typedef T value_type; global() typedef
|
H A D | difference_type.pass.cpp | 27 typedef T value_type; global() typedef 34 typedef T value_type; global() typedef 40 typedef T value_type; global() typedef 51 typedef T value_type; global() typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.bidir/ |
H A D | bidirectional_iterator.compile.pass.cpp | 34 using value_type = int; typedef 50 using value_type = int; typedef 67 using value_type = int; typedef 84 using value_type = int; typedef 100 using value_type = int; typedef 117 using value_type = int; typedef 133 using value_type = int; typedef
|
/llvm-project/llvm/test/MC/AMDGPU/ |
H A D | hsa-metadata-kernel-args-v3.s | 78 .value_type: i8 label 82 .value_type: i64 label 86 .value_type: i64 label 90 .value_type: i64 label 94 .value_type: i8 label
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/iterator.assoc.types/readable.traits/ |
H A D | indirectly_readable_traits.compile.pass.cpp | 24 typename std::indirectly_readable_traits<T>::value_type; member in std::indirectly_readable_traits 79 using value_type = T; typedef 89 using value_type = T; typedef 132 using value_type = int; typedef
|
/llvm-project/libcxx/test/std/utilities/memory/allocator.traits/ |
H A D | rebind_traits.pass.cpp | 29 typedef T value_type; typedef 40 typedef T value_type; typedef 48 typedef T value_type; typedef 54 typedef T value_type; typedef 60 typedef T value_type; typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.copy/ |
H A D | indirectly_copyable_storable.compile.pass.cpp | 29 using value_type = T; typedef 63 using value_type = ValueType; typedef 90 using value_type = ValueType; typedef 117 using value_type = ValueType; typedef 144 using value_type = ValueType; typedef 219 using value_type = ValueType; typedef 242 using value_type = ValueType; typedef 284 using value_type = ValueType; typedef
|
/llvm-project/libcxx/test/libcxx/utilities/format/ |
H A D | enable_insertable.compile.pass.cpp | 36 using value_type = CharT; global() typedef 43 using value_type = CharT; global() typedef 50 using value_type = CharT; global() typedef 58 using value_type = CharT; global() typedef
|
/llvm-project/libcxx/test/std/iterators/iterator.primitives/iterator.traits/ |
H A D | cxx20_iterator_traits.compile.pass.cpp | 176 struct value_type {}; struct 191 struct value_type {}; struct 207 struct value_type {}; struct 224 struct value_type {}; struct 256 using value_type = LegacyInputNoValueType::not_value_type; typedef 276 using value_type = LegacyForward::not_value_type; typedef 291 struct value_type {}; struct 311 struct value_type {}; struct 341 struct value_type {}; struct 368 struct value_type {}; struct [all …]
|
/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.move/ |
H A D | indirectly_movable_storable.compile.pass.cpp | 21 using value_type = T; typedef 51 using value_type = ValueType; typedef 86 using value_type = ValueType; typedef 107 using value_type = ValueType; typedef 150 using value_type = ValueType; typedef
|