OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:X1t
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
parameter-matching.cpp
8
template<typename ...T> struct
X1t
; // expected-note{{previous template type parameter pack declared here}}
9
template<typename T> struct
X1t
; // expected-error{{template type parameter conflicts with previous template type parameter pack}}
/external/clang/test/CXX/temp/temp.param/
p11-0x.cpp
51
template<typename... Types> struct
X1t
;
52
template<typename ...Types, typename T> struct
X1t
<T, Types...> { };
62
void f1t(
X1t
<T, Types...>);
Completed in 51 milliseconds