Searched defs:type (Results 26 - 50 of 1630) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dfntmpdefarg5.C5 template<class T> struct A { typedef typename T::type type; }; typedef in struct:A
H A Dvariadic-unify-2.C6 { typedef T type; }; typedef in struct:identity
H A Dvariadic112.C8 typedef typename T::type type ; // { dg-error "no type" } typedef in struct:B
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/lambda/
H A Dlambda-template12.C6 { typedef int type; }; typedef in struct:remove_reference
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Dpr70635.C8 typedef typename B::type type; typedef in struct:A
14 typedef typename A < type >::type type; // { dg-error "type" } typedef in struct:A::B
H A Dnamespace5.C4 namespace A { namespace B { typedef int type; } } typedef in namespace:A::B
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/ext/
H A Dis_base_of_incomplete.C6 typedef typename T::THIS_TYPE_CANNOT_BE_INSTANTIATED type; typedef in struct:non_instantiable
H A Dtmplattr4.C7 typedef unsigned char type[sizeof (T)] typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/init/
H A Dglobal1.C4 enum { EMPTY } type; member in class:errarg
H A Dstruct1.C3 __SIZE_TYPE__ type; member in struct:bug
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dusing30.C3 struct H { typedef int type; }; typedef in struct:H
6 struct type {}; // { dg-message "previous" } struct in struct:J
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/other/
H A Dpr33601.C6 typedef const A type; typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dctor4.C20 { typedef typename K<U>::compile_time_error type; }; typedef in struct:K::A
H A Ddefarg11.C11 struct match<t<T> > { typedef int type; }; typedef in struct:match
14 struct match<t<T0,T1> > { typedef int type; }; typedef in struct:match
18 typedef match<other<void,void> >::type type; typedef
H A Ddependent-name2.C11 typedef int type; typedef in struct:Foo::Inner
16 typedef typename Foo<int>::Inner::type type; typedef in struct:Bar
H A Derror45.C9 typedef T type; typedef in struct:enable_if
H A Dinstantiate8.C15 typedef transition<EvFlipBit> type; typedef in struct:transition
H A Dnontype6.C9 typedef int type; typedef in struct:A
H A Dspec6.C4 typedef double* type; typedef in struct:X
H A Dtypedef18.C9 typedef int type; typedef in struct:x
H A Dtypename10.C15 typedef Y type; typedef in struct:x::y
H A Dtypename12.C12 typedef int type; typedef in class:A
19 typedef typename A<T>::type type; typedef in class:A::B
H A Dtypename13.C9 typedef typename B::type type; typedef in struct:A
14 typedef typename A<T>::type type; typedef in struct:A::B
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.law/
H A Dpatches1.C9 int type(float) { return 1; } function
10 int type(double) { return 2; } function
11 int type(long double) { return 3; } function
/haiku-buildtools/gcc/gcc/testsuite/g++.old-deja/g++.pt/
H A Dtypename27.C11 typedef int type; typedef in struct:A

Completed in 143 milliseconds

1234567891011>>