Lines Matching refs:ARRAY
117 * The maximum subscript that has ever been seen for an array of
160 if (!(ltp != NULL && ltp->t_tspec == ARRAY && rn->tn_op == STRING))
197 debug_step("completed array type is '%s'", type_name(sym->s_type));
296 case ARRAY:
398 } else if (tp->t_tspec == ARRAY)
503 case ARRAY:
528 lint_assert(tp->t_tspec == ARRAY);
530 /* too many array initializers, expected %d */
589 if (is_struct_or_union(ltp->t_tspec) || ltp->t_tspec == ARRAY) {
727 /* prevent "empty array declaration for '%s' [190]" */
764 else if (tp->t_tspec == ARRAY)
796 if (tp->t_tspec != ARRAY) {
804 /* array subscript %ju cannot be > %d */
827 if (in->in_sym->s_type->t_tspec == ARRAY)
841 /* Initialize a character array or wchar_t array with a string literal. */
862 /* string literal too long (%ju) for target array (%ju) */