Home | History | Annotate | Download | only in gdb.python

Lines Matching refs:T1

94   template <typename T1>
100 template <typename T1>
101 T mul(const T1 t1);
110 template <typename T1>
115 return sizeof (T1) - sizeof (T);
132 template <typename T1>
134 G<T>::mul (const T1 t1)
137 return t1 * t;