Home
last modified time | relevance | path

Searched refs:CommonWithIntButRefLong (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/libcxx/test/std/concepts/concepts.lang/concept.common/
H A Dcommon_with.compile.pass.cpp849 struct CommonWithIntButRefLong { struct
855 struct common_type<CommonWithIntButRefLong, int> {
860 struct common_type<int, CommonWithIntButRefLong>
861 : common_type<CommonWithIntButRefLong, int> {};
864 struct common_type<CommonWithIntButRefLong&, int&> {
869 struct common_type<int&, CommonWithIntButRefLong&>
870 : common_type<CommonWithIntButRefLong&, int&> {};
874 : common_type<CommonWithIntButRefLong&, int&> {};
878 : common_type<CommonWithIntButRefLong&, int&> {};
882 : common_type<CommonWithIntButRefLong&, int&> {};
[all …]