| /llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.commonref/ |
| H A D | common_reference.compile.pass.cpp | 278 struct basic_common_reference<BadBasicCommonReference, int, X, Y> { struct 279 using type = BadBasicCommonReference&; 284 using type = int&; 298 using type = int&; 304 using type = int&; 317 using type = int&; 322 using type = int&; 335 struct basic_common_reference<HasCommonReference, int, X, Y> { struct 336 using type = int&; 340 struct basic_common_reference<int, HasCommonReference, X, Y> { struct [all …]
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.move/ |
| H A D | indirectly_movable_storable.compile.pass.cpp | 112 struct std::basic_common_reference<NotConstructibleFromRefIn::ValueType, struct in std 118 struct std::basic_common_reference<NotConstructibleFromRefIn::ReferenceType, 120 using type = NotConstructibleFromRefIn::CommonType&; 155 struct std::basic_common_reference<NotAssignableFromRefIn::ValueType, struct in std 161 struct std::basic_common_reference<NotAssignableFromRefIn::ReferenceType, 163 using type = NotAssignableFromRefIn::CommonType&;
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/ |
| H A D | indirectly_readable.compile.pass.cpp | 114 struct basic_common_reference<iter_ref3, iter_rvalue_ref, XQual, YQual> { struct 115 using type = iter_rvalue_ref; 118 struct basic_common_reference<iter_rvalue_ref, iter_ref3, XQual, YQual> { struct 119 using type = iter_rvalue_ref; 136 struct basic_common_reference<iter_ref4, iter_rvalue_ref, XQual, YQual> { struct 137 using type = iter_rvalue_ref; 140 struct basic_common_reference<iter_rvalue_ref, iter_ref4, XQual, YQual> { struct 141 using type = iter_rvalue_ref;
|
| H A D | iter_common_reference_t.compile.pass.cpp | 38 struct std::basic_common_reference<A, B, TQual, QQual> { struct in std 42 struct std::basic_common_reference<B, A, TQual, QQual>
|
| /llvm-project-15.0.7/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.copy/ |
| H A D | indirectly_copyable_storable.compile.pass.cpp | 247 struct std::basic_common_reference<NotConstructibleFromRefIn::ValueType, struct in std 253 struct std::basic_common_reference<NotConstructibleFromRefIn::ReferenceType, 255 using type = CommonType&; 289 struct std::basic_common_reference<NotAssignableFromRefIn::ValueType, struct in std 295 struct std::basic_common_reference<NotAssignableFromRefIn::ReferenceType, 297 using type = CommonType&;
|
| /llvm-project-15.0.7/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/ |
| H A D | common_reference.compile.pass.cpp | 39 struct basic_common_reference< ::UserTuple<Ts...>, ::UserTuple<Us...>, TQual, UQual> struct 194 struct std::basic_common_reference<A, std::tuple<B>, TQual, UQual> { struct in std 195 using type = tuple<UQual<B>>;
|