Searched refs:TT (Results 1 - 25 of 58) sorted by relevance

123

/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dttp46.C3 template <template<class> class TT> void f() {}
4 template <template<class,class> class TT> void f() {}
H A Dttp49.C4 template <template <long> class TT> class D {};
H A Dttp48.C2 template <template<int> class TT, class T> void f(T)
6 template <template<class> class TT, class T> void f(T)
H A Dttp54.C6 // Make sure we treat <T> in the construct TT<T> as any type containing T.
12 template <class T, template <class> class TT> void f (TT<T *> &t)
H A Dttp50.C2 template <class T, template <T> class TT> class C {};
H A Dttp63.C4 template <template <class> class TT> class X {};
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dvariadic88.C3 template<template<typename...> class TT>
4 TT<int, float, double> foo(TT<int, float>)
6 return TT<int, float, double>();
H A Dvt-57626.C6 template <typename T, template <typename ...> class TT, typename ... Args>
7 using bar = void(T::*)(TT<Args...> &, const symbol_set &);
H A Dalias-decl-15.C10 template<template<class... U> class... TT>
13 using mem = P<TT<Args...>...>;//#2
H A Dconstexpr-type-def1.C10 constexpr int Test4(int x) { typedef struct T { } TT; return x; } // { dg-error "not a return-statement" "" { target { c++11_only } } } typedef in typeref:struct:T
14 constexpr int Test6(int x) { using TT = struct T { }; return x; } // { dg-error "not a return-statement" "" { target { c++11_only } } }
33 constexpr S4() { typedef struct T { } TT; } // { dg-error "does not have empty body" "" { target { c++11_only } } } typedef in typeref:struct:S4::T
43 constexpr S6() { using TT = struct T { }; } // { dg-error "does not have empty body" "" { target { c++11_only } } }
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dcanon-type-10.C10 template<class TT_T0, template<class TT_T1> class TT_TT> class TT,
11 class U = TT<int, C> >
14 void foo(TT<T, C>);
18 template<class TT_T0, template<class TT_T1> class TT_TT> class TT,
21 S<T, TT, U>::foo(TT<T, C>)
H A Dtypedef25.C15 typedef T TT; typedef in struct:B
16 typedef decltype(TT::i) TT_I0;
17 typedef decltype(&TT::i) TT_I1;
18 typedef decltype(*TT::i) TT_I2;
28 typedef T TT; typedef
29 typedef decltype(TT::i) TT_I0;
30 typedef decltype(&TT::i) TT_I1;
31 typedef decltype(*TT::i) TT_I2;
H A Dtypedef24.C14 typedef T TT; typedef in struct:B
15 typedef typename TT::I TT_I;
23 typedef T TT; typedef
24 typedef typename TT::I TT_I;
H A Dptrmem21.C27 template <typename TT>
28 void register_foo( TT) { register_foo_internal( new Foo_impl<TT>()); } argument
H A Dqualttp11.C10 template <template <class> class TT> struct X
12 TT<int> y;
H A Dqualttp12.C10 template <template <class> class TT> void f()
12 TT<int> y;
H A Dqualttp3.C10 template <template <class> class TT> struct X
12 TT<int> y;
H A Dttp2.C9 template <template <class T, class U = Alloc<T> > class TT>
11 TT<int> tt;
H A Dqualttp18.C10 template <template <class> class TT> struct X
12 TT<int> y;
H A Dqualttp4.C10 template <template <class, class> class TT> // { dg-message "provided for" }
13 TT<int> y; // { dg-error "number" }
H A Dqualttp6.C5 template <template <class> class TT> class C {
H A Dqualttp7.C5 template <template <class> class TT> class C {
/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dpr65050.c22 typedef struct T TT; typedef in typeref:struct:T
23 TT tt[5]; /* { dg-error "array type has incomplete element type .TT {aka struct T}." } */
/haiku-buildtools/gcc/gcc/testsuite/gfortran.fortran-torture/compile/
H A Dparameter_2.f908 type :: TT type in program:parameter_2
14 type (TT), parameter :: t = TT(42, (/ SS(3, 4), SS(8, 9) /))
/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/
H A Daltreturn_7.f908 MODULE TT module
28 USE TT

Completed in 158 milliseconds

123