Lines Matching refs:U
8 template<typename U> using E = typename A<U>::template C<A<T>>;
9 template<typename U> using F = A<E<U>>;
10 template<typename U> using G = C<F<U>>;
29 template<typename U> using rebind_thing = typename thing::template rebind<U>;
30 template<typename U> using rebind = traits<rebind_thing<U>>;
46 template<typename U> using rebind = thing<U>;
73 template<typename T> using U = int; typedef
76 …void f(U<T> i, U<Ts> ...is) { // expected-error {{type 'U<Ts>' (aka 'int') of function parameter p… in f()
82 S(U<Ts>...ts); // expected-error {{does not contain any unexpanded parameter packs}}
88 …Hidden1(typename T::template U<Ts> ...ts); // expected-error{{type 'typename Hide::U<Ts>' (aka 'in…
93 Hidden2(typename T::template U<Ts> ...ts);
97 template<typename T> using U = int; typedef