Searched refs:int_values (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.variadic/ |
| H A D | deduction.cpp | 40 template<int...> struct int_values { struct 45 struct int_values<C1, 12, C3> { struct 49 int check1[int_values<256, 12, 3>::value == 0? 1 : -1]; 50 int check2[int_values<3, 12, 3>::value == 1? 1 : -1];
|
| /llvm-project-15.0.7/clang/test/CXX/temp/temp.decls/temp.class.spec/ |
| H A D | p9.cpp | 18 template<int, int, int> struct int_values { struct 23 struct int_values<C1, 12, C3> { struct 27 int check2[int_values<256, 12, 3>::value == 0? 1 : -1]; argument
|