Home
last modified time | relevance | path

Searched defs:int_values (Results 1 – 2 of 2) sorted by relevance

/llvm-project/clang/test/CXX/temp/temp.decls/temp.class.spec/
H A Dp9.cpp18 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
/llvm-project/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Ddeduction.cpp40 template<int...> struct int_values { struct
41 static const unsigned value = 0;
45 struct int_values<C1, 12, C3> { struct
46 static const unsigned value = 1;