Searched refs:X1nt (Results 1 - 2 of 2) sorted by relevance

/external/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dparameter-matching.cpp23 template<int ...Values> struct X1nt; // expected-note{{previous non-type template parameter pack declared here}}
24 template<int Values> struct X1nt; // expected-error{{non-type template parameter conflicts with previous non-type template parameter pack}}
/external/clang/test/CXX/temp/temp.param/
H A Dp11-0x.cpp54 template<int... Values> struct X1nt;
55 template<int ...Values, int V> struct X1nt<V, Values...> { }; struct
65 void f1nt(X1nt<V, Values...>);

Completed in 76 milliseconds