OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X1nt
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
parameter-matching.cpp
23
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/
p11-0x.cpp
54
template<int... Values> struct
X1nt
;
55
template<int ...Values, int V> struct
X1nt
<V, Values...> { };
65
void f1nt(
X1nt
<V, Values...>);
Completed in 75 milliseconds