Lines Matching refs:Ts
195 template<class ... Ts> void vfun(Ts ... ) { } in vfun() argument
233 template<class ... Ts> void print(Ts ...) { } in print() argument
501 template<class ... Ts> void print(Ts ... ts) { } in print()
503 template<class ... Ts> auto fooV(Ts ... ts) { in fooV()
514 N(first<Ts...>{}); in fooV()
570 template<class ... Ts> void print(Ts ... ts) { } in print()
574 template<class ... Ts> int fooV(Ts ... ts) { in fooV()
585 N(first<Ts...>{}); in fooV()
599 template<class ... Ts> int fooV(Ts ... ts) { in fooV()
610 N(first<Ts...>{}); in fooV()
630 N(first<Ts...>{}); in fooV()
775 template<class ... Ts> auto vfun(Ts&& ... ts) { in vfun()