Searched refs:arraytype (Results 1 - 5 of 5) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.dg/
H A Dc11-atomic-3.c116 typedef int arraytype[2]; typedef
118 _Atomic arraytype v6; /* { dg-error "array type" } */
119 _Atomic arraytype *v7; /* { dg-error "array type" } */
120 typedef _Atomic arraytype v8; /* { dg-error "array type" } */
121 int v9 = sizeof (_Atomic arraytype); /* { dg-error "array type" } */
122 void v10 (_Atomic arraytype parm); /* { dg-error "array type" } */
123 struct v11 { _Atomic arraytype f; }; /* { dg-error "array type" } */
/haiku-buildtools/gcc/gcc/fortran/
H A Dtrans-types.c1744 tree fat_type, decl, arraytype, *chain = NULL;
1793 arraytype =
1800 arraytype, &chain);
1835 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype;
1927 arraytype = build_pointer_type (etype);
1929 arraytype = build_qualified_type (arraytype, TYPE_QUAL_RESTRICT);
1931 GFC_TYPE_ARRAY_DATAPTR_TYPE (fat_type) = arraytype;
1943 arraytype = build_array_type (etype, rtype);
1944 arraytype
1737 tree fat_type, decl, arraytype, *chain = NULL; local
1828 tree fat_type, base_type, arraytype, lower, upper, stride, tmp, rtype; local
[all...]
/haiku-buildtools/gcc/gcc/
H A Dtree-vect-generic.c1162 tree arraytype;
1231 arraytype = build_array_type_nelts (vect_elt_type, elements);
1233 build1 (VIEW_CONVERT_EXPR, arraytype, tmpvec),
1161 tree arraytype; local
/haiku-buildtools/gcc/gcc/java/
H A Dclass.c1633 tree arraytype; local
1699 arraytype = build_prim_array_type (nativecode_ptr_type_node, arraysize);
1700 return build_constructor (arraytype, v);
/haiku-buildtools/gcc/gcc/cp/
H A Dinit.c2814 tree arraytype, domain;
2821 arraytype = build_cplus_array_type (type, domain);
2822 vecinit = digest_init (arraytype, vecinit, complain);
2812 tree arraytype, domain; local

Completed in 98 milliseconds