Searched defs:Ts (Results 1 – 10 of 10) sorted by relevance
145 template<typename ...Ts> void h(S<X<Ts>...>) {} // expected-note {{previous}} in h()146 template<typename ...Ts> void h(S<Y<Ts, sizeof(Ts)>...>) {} // expected-error {{redefinition}} in h()
62 void g(T, Ts...) { in g() argument
87 …void f3(type_tuple<Ts...>, U<Ts> ...is) {} // expected-note {{requires 4 arguments, but 3 were pro… in f3()
21 template<typename...Ts> void f(Ts); // expected-error {{unexpanded}} expected-warning {{extension}} category
19 void defaultpack(Ts... = 0) {} // expected-error{{parameter pack cannot have a default argument}} in defaultpack() argument
9 template<class ... Ts> void print(Ts ... ) { } in print()
195 template<class ... Ts> void vfun(Ts ... ) { } in vfun()233 template<class ... Ts> void print(Ts ...) { } in print()
104 zod<sizeof...(Ts)> make_zod(Ts ...) { in make_zod()
3497 if (auto Ts = cast<MDCompileUnit>(CU)->getRetainedTypes()) in verifyTypeRefs() local
3114 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts, in DependentFunctionTemplateSpecializationInfo()