Home | History | Annotate | Download | only in lint1

Lines Matching refs:dimension

807  * Printing a message if the outermost dimension of an array is 0 must
820 elem *= tp->u.dimension;
940 if (t == ARRAY && tp->u.dimension == 0) {
941 /* null dimension */
1168 if (sz == 0 && t == ARRAY && dsym->s_type->u.dimension == 0)
1275 tp->u.dimension = dim;
1292 /* negative array dimension (%d) */
2296 if (t == ARRAY && tp1->u.dimension != tp2->u.dimension) {
2297 if (tp1->u.dimension != 0 && tp2->u.dimension != 0)
2320 * Completes a type by copying the dimension and prototype information from a
2340 if (dst->u.dimension == 0 && src->u.dimension != 0) {
2342 dst->u.dimension = src->u.dimension;
2419 * error messages (null dimension is impossible because arrays are
2875 dsym->s_type->u.dimension == 0) {
3097 sym->s_type->t_tspec == ARRAY && sym->s_type->u.dimension == 0) {