Lines Matching refs:T1
32 template<typename T> struct T1 : B1 {35 template<typename T> struct T2 : T1<T> {36 using T1<int>::T1;38 template<typename T> struct T3 : T1<int> {39 using T1<T>::T1;42 friend T1<int>::T1(int);43 friend T1<int>::T1(int, int);