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 D | common_with.compile.pass.cpp | 708 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 …]
|