Home
last modified time | relevance | path

Searched defs:basic_common_reference (Results 1 – 6 of 6) sorted by relevance

/llvm-project/libcxx/test/std/concepts/concepts.lang/concept.commonref/
H A Dcommon_reference.compile.pass.cpp316 struct std::basic_common_reference<int, IntNotConvertibleToCommonReference, X, Y> { struct
278 struct basic_common_reference<BadBasicCommonReference, int, X, Y> { global() struct
279 typestd::basic_common_reference global() argument
283 struct basic_common_reference<int, BadBasicCommonReference, X, Y> { global() struct
284 typestd::basic_common_reference global() argument
296 struct basic_common_reference<StructNotConvertibleToCommonReference, int, X, global() struct
298 typestd::basic_common_reference global() argument
302 struct basic_common_reference<int, StructNotConvertibleToCommonReference, X, global() struct
304 typestd::basic_common_reference global() argument
317 typestd::basic_common_reference global() argument
321 struct basic_common_reference<int, IntNotConvertibleToCommonReference, X, Y> { global() struct
322 typestd::basic_common_reference global() argument
335 struct basic_common_reference<HasCommonReference, int, X, Y> { global() struct
336 typestd::basic_common_reference global() argument
340 struct basic_common_reference<int, HasCommonReference, X, Y> { global() struct
341 typestd::basic_common_reference global() argument
/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.move/
H A Dindirectly_movable_storable.compile.pass.cpp112 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/libcxx/test/std/iterators/iterator.requirements/iterator.concepts/iterator.concept.readable/
H A Dindirectly_readable.compile.pass.cpp114 struct basic_common_reference<iter_ref3, iter_rvalue_ref, XQual, YQual> { global() struct
115 typestd::basic_common_reference global() argument
118 struct basic_common_reference<iter_rvalue_ref, iter_ref3, XQual, YQual> { global() struct
119 typestd::basic_common_reference global() argument
136 struct basic_common_reference<iter_ref4, iter_rvalue_ref, XQual, YQual> { global() struct
137 typestd::basic_common_reference global() argument
140 struct basic_common_reference<iter_rvalue_ref, iter_ref4, XQual, YQual> { global() struct
141 typestd::basic_common_reference global() argument
H A Diter_common_reference_t.compile.pass.cpp38 struct std::basic_common_reference<A, B, TQual, QQual> { struct in std
42 struct std::basic_common_reference<B, A, TQual, QQual>
/llvm-project/libcxx/test/std/iterators/iterator.requirements/alg.req.ind.copy/
H A Dindirectly_copyable_storable.compile.pass.cpp247 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/libcxx/test/std/utilities/meta/meta.trans/meta.trans.other/
H A Dcommon_reference.compile.pass.cpp38 struct basic_common_reference< ::UserTuple<Ts...>, ::UserTuple<Us...>, TQual, UQual> global() struct
193 struct std::basic_common_reference<A, std::tuple<B>, TQual, UQual> { global() struct in std
194 typestd::basic_common_reference global() argument