Searched defs:type (Results 1 - 25 of 1630) sorted by relevance

1234567891011>>

/haiku-buildtools/gcc/libstdc++-v3/testsuite/23_containers/array/tuple_interface/
H A Dtuple_element_debug_neg.cc24 typedef std::tuple_element<1, std::array<int, 1>>::type type; typedef
H A Dtuple_element_neg.cc24 typedef std::tuple_element<1, std::array<int, 1>>::type type; typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/cpp0x/
H A Dconstexpr-noexcept6.C6 typedef int type; typedef
H A Derror4.C15 typedef decltype(get<T>(declval<T>())) type; // { dg-error "no match" } typedef in struct:S
H A Dalias-decl-37.C17 typedef A <T> type; typedef in struct:B
H A Dconstexpr-52282-1.C13 typedef T type; typedef in struct:B
H A Dinitlist41.C6 typedef std::initializer_list<int> type ; typedef
H A Dpr33930.C2 typedef const int* type; typedef
H A Dsfinae14.C7 typedef T&& type; typedef in struct:add_rval_ref
13 typedef void type; typedef in struct:add_rval_ref
H A Dsfinae22.C6 typedef T&& type; typedef in struct:add_rval_ref
11 typedef void type; typedef in struct:add_rval_ref
H A Dsfinae20.C6 typedef T&& type; typedef in struct:add_rval_ref
11 typedef void type; typedef in struct:add_rval_ref
H A Dsfinae34.C7 typedef T&& type; typedef in struct:add_rval_ref
13 typedef void type; typedef in struct:add_rval_ref
H A Dsfinae33.C7 typedef T&& type; typedef in struct:add_rval_ref
13 typedef void type; typedef in struct:add_rval_ref
H A Dvariadic117.C3 template <class T> struct A { typedef T type; }; typedef in struct:A
H A Dvt-51314.C13 typedef Indices<I...,sizeof...I> type; // { dg-error "surrounded by parentheses" } typedef in struct:Next_increasing_indices
H A Dcollapse-bug.C8 typedef T const (&type)(); typedef in struct:S
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/parse/
H A Derror36.C13 typedef A<T>::foo type; // { dg-error "typename" } typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/template/
H A Dnon-deducible1.C3 template <class> struct S { typedef int type; }; typedef in struct:S
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/inherit/
H A Dpr57942.C3 template<typename T> struct S { typename T::error type; }; member in struct:S
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/lookup/
H A Dname-clash9.C6 struct type {}; // { dg-message "previous" } struct in struct:A
7 typedef int type; // { dg-error "conflicts" } typedef in struct:A
/haiku-buildtools/gcc/gcc/testsuite/gcc.c-torture/compile/
H A D20040415-1.c2 int f (const char *type) argument
H A D20040415-2.c3 int f1 (const char *type) argument
H A Dmove.c1 typedef char type; typedef
/haiku-buildtools/gcc/libstdc++-v3/testsuite/20_util/default_delete/
H A D48631_neg.cc29 typedef decltype(db(&d)) type; // { dg-error "use of deleted function" } typedef
/haiku-buildtools/gcc/gcc/testsuite/g++.dg/abi/
H A Dmangle49.C14 struct S { typedef void type; }; typedef in struct:S

Completed in 194 milliseconds

1234567891011>>