Searched refs:TPL (Results 1 - 7 of 7) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/warn/
H A Dinline2.C4 struct TPL struct
6 TPL (){} function in struct:TPL
7 ~TPL (){}
11 template <> TPL<int>::TPL ();
12 template <> TPL<int>::~TPL ();
13 template <> void TPL<int>::method ();
17 TPL<int> i;
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dusing6.C9 template <typename T> struct TPL : A struct in inherits:A
14 TPL<int> i;
15 TPL<float> j; // { dg-message "required" }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/expr/
H A Dcall4.C11 struct TPL struct
26 DoIt (&TPL<int>::Quux);
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dmemtmpl2.C8 template <unsigned D> class TPL;
12 V<TPL<V<int>::d> > operator () ();
H A Dqual2.C17 struct TPL : public B struct in inherits:B
27 TPL<int> i;
H A Dfriend3.C24 template <typename T> class TPL class
29 template <typename T> class TPL<T>::nested
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dspec39.C28 template <typename T, template <typename C> class TPL>
31 TPL<T> t;

Completed in 66 milliseconds