OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:innertypes
(Results
1 - 2
of
2
) sorted by null
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
injected-class-name.cpp
26
template<typename...
InnerTypes
>
34
template<typename ...
InnerTypes
>
40
template<typename ...
InnerTypes
>
42
void X0<T, T, Types...>::Inner<
InnerTypes
...>::f4() { }
p5.cpp
377
template<typename ...
InnerTypes
>
379
typedef pair<OuterTypes,
InnerTypes
>* types; // expected-error{{declaration type contains unexpanded parameter packs 'OuterTypes' and '
InnerTypes
'}}
383
typedef pair<pair<VeryInnerTypes, OuterTypes>, pair<
InnerTypes
, OuterTypes> > types; // expected-error{{declaration type contains unexpanded parameter packs 'VeryInnerTypes', 'OuterTypes', ...}}
Completed in 99 milliseconds