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

/haiku-buildtools/legacy/gcc/gcc/
H A Dstor-layout.c243 int spec_size = DECL_FIELD_SIZE (decl);
255 spec_size = 0;
267 if (spec_size == 0 && DECL_NAME (decl) != 0)
271 DECL_SIZE (decl) = size_int (spec_size);
240 int spec_size = DECL_FIELD_SIZE (decl); local
/haiku-buildtools/gcc/gcc/fortran/
H A Ddata.c302 if (spec_size (ref->u.ar.as, &size))
391 if (spec_size (ref->u.ar.as, &size))
H A Darray.c2135 spec_size (gfc_array_spec *as, mpz_t *result) function
2458 return spec_size (ref->u.ar.as, result);
2464 return spec_size (array->symtree->n.sym->as, result);
H A Dgfortran.h3082 bool spec_size (gfc_array_spec *, mpz_t *);
H A Ddecl.c1581 && spec_size (sym->as, &size)

Completed in 84 milliseconds