Home | History | Annotate | Download | only in lint1

Lines Matching refs:ARRAY

592 /* Build 'pointer to tp', 'array of tp' or 'function returning tp'. */
707 sym->s_type = block_derive_type(gettyp(CHAR), ARRAY);
834 tp->t_tspec = ARRAY;
1367 while (tp->t_tspec == ARRAY) {
1435 if (ltp->t_tspec != ARRAY || ltp->t_incomplete_array)
1471 /* maximum value %d for '%s' of type '%s' does not match maximum array index %d */
2384 if (tn->tn_type->t_tspec == ARRAY) {
2487 if (t == ARRAY || t == FUNC) {
3383 /* Allow enum in array indices. */
3821 return tp->t_tspec == ARRAY &&
3841 while (nst == ARRAY)
3843 while (ost == ARRAY)
4306 if (tp->t_tspec != ARRAY)
4341 while (tp->t_tspec == ARRAY) {
4486 else if (nt == STRUCT || nt == ARRAY || nt == FUNC) {
4738 /* variable array dimension is a C99/GCC extension */
4788 /* If the expression has the form '*(arr + idx)', check the array index. */
4799 && arr->tn_type->t_tspec == ARRAY
4819 /* array subscript %jd cannot be negative */
4822 /* array subscript %ju cannot be > %d */