Home
last modified time | relevance | path

Searched refs:CommonWithInt (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.cpp708 struct CommonWithInt { struct
714 struct common_type<CommonWithInt, int> {
719 struct common_type<int, CommonWithInt> : common_type<CommonWithInt, int> {};
722 struct common_type<CommonWithInt&, int&> : common_type<CommonWithInt, int> {};
725 struct common_type<int&, CommonWithInt&> : common_type<CommonWithInt, int> {};
729 : common_type<CommonWithInt, int> {};
733 : common_type<CommonWithInt, int> {};
737 : common_type<CommonWithInt, int> {};
741 : common_type<CommonWithInt, int> {};
745 : common_type<CommonWithInt, int> {};
[all …]