Lines Matching refs:ARRAY
99 /* struct, union, enum, ptr, array and func are not shared. */
166 * Returns whether the type is 'void' or an incomplete array, struct, union
176 if (t == ARRAY)
807 * Printing a message if the outermost dimension of an array is 0 must
819 while (tp->t_tspec == ARRAY) {
856 while (tp->t_tspec == ARRAY)
919 if (t == FUNC || t == ARRAY) {
933 } else if (to == ARRAY) {
935 /* array of function is invalid */
940 if (t == ARRAY && tp->u.dimension == 0) {
1168 if (sz == 0 && t == ARRAY && dsym->s_type->u.dimension == 0)
1169 /* zero-sized array '%s' in struct requires C99 or later */
1274 type_t *tp = block_derive_type(stp, ARRAY);
1286 /* array of incomplete type */
1292 /* negative array dimension (%d) */
1295 /* zero sized array requires C99 or later */
2296 if (t == ARRAY && tp1->u.dimension != tp2->u.dimension) {
2339 if (dst->t_tspec == ARRAY) {
2390 if (t == ARRAY) {
2874 dsym->s_type->t_tspec == ARRAY &&
2877 /* empty array declaration for '%s' */
2880 /* empty array declaration for '%s' */
3097 sym->s_type->t_tspec == ARRAY && sym->s_type->u.dimension == 0) {
3101 /* empty array declaration for '%s' */
3104 /* empty array declaration for '%s' */