Home
last modified time | relevance | path

Searched defs:Ts (Results 1 – 8 of 8) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/test/SemaObjCXX/
H A Dcrash.mm21 template<typename...Ts> void f(Ts); // expected-error {{unexpanded}} expected-warning {{extension}} category
/minix3/external/bsd/llvm/dist/clang/test/SemaTemplate/
H A Ddependent-type-identity.cpp143 template<typename ...Ts> void h(S<X<Ts>...>) {} // expected-note {{previous}} in h()
144 template<typename ...Ts> void h(S<Y<Ts, sizeof(Ts)>...>) {} // expected-error {{redefinition}} in h()
H A Dms-if-exists.cpp62 void g(T, Ts...) { in g() argument
H A Dalias-templates.cpp87 …void f3(type_tuple<Ts...>, U<Ts> ...is) {} // expected-note {{requires 4 arguments, but 3 were pro… in f3()
/minix3/external/bsd/llvm/dist/clang/test/SemaCXX/
H A Dcxx1y-generic-lambdas-variadics.cpp9 template<class ... Ts> void print(Ts ... ) { } in print()
H A Dcxx1y-generic-lambdas.cpp195 template<class ... Ts> void vfun(Ts ... ) { } in vfun()
233 template<class ... Ts> void print(Ts ...) { } in print()
/minix3/external/bsd/llvm/dist/clang/test/CXX/temp/temp.decls/temp.variadic/
H A Dsizeofpack.cpp104 zod<sizeof...(Ts)> make_zod(Ts ...) { in make_zod()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DDecl.cpp3077 DependentFunctionTemplateSpecializationInfo(const UnresolvedSetImpl &Ts, in DependentFunctionTemplateSpecializationInfo()