Searched refs:t_dim (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dinit.c262 istk->i_type->t_dim++;
298 istk->i_cnt = istk->i_type->t_dim;
631 if (istk->i_cnt != istk->i_type->t_dim)
642 istk->i_type->t_dim = len + 1;
646 if (istk->i_type->t_dim < len) {
H A Ddecl.c771 elem *= tp->t_dim;
906 } else if (t == ARRAY && tp->t_dim == 0) {
1054 if (t == ARRAY && dsym->s_type->t_dim == 0) {
1223 tp->t_dim = n;
1986 if (t == ARRAY && tp1->t_dim != tp2->t_dim) {
1987 if (tp1->t_dim != 0 && tp2->t_dim != 0)
2150 if (dst->t_dim == 0 && src->t_dim !
[all...]
H A Dlint1.h162 #define t_dim t_u._t_dim macro
H A Demit1.c130 outint(tp->t_dim);
H A Dtree.c363 n->tn_type->t_dim = len + 1;
2327 tyname(lbuf, sizeof(lbuf), tp->t_subt), tp->t_dim);
2661 elem *= tp->t_dim;
3025 elem *= tp->t_dim;
3724 dim = ln->tn_left->tn_type->t_dim + (amper ? 1 : 0);
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h71 #define t_dim t_u._t_dim macro
H A Demit2.c103 outint(tp->t_dim);
H A Dchk.c1267 if (t == ARRAY && tp1->t_dim != tp2->t_dim) {
1268 if (tp1->t_dim != 0 && tp2->t_dim != 0)
H A Dread.c621 tp->t_dim = (int)strtol(cp, &eptr, 10);

Completed in 135 milliseconds