Searched refs:t_subt (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/usr.bin/xlint/lint1/
H A Dtree.c228 tp2->t_subt = tp;
242 tp2->t_subt = tp;
423 t = (tp = tp->t_subt)->t_tspec;
640 ntn = mktnode(STAR, ln->tn_type->t_subt, ln, NULL);
740 tn = mktnode(AMPER, tincref(tn->tn_type->t_subt, PTR),
784 lst = (lstp = ltp->t_subt)->t_tspec;
789 rst = (rstp = rtp->t_subt)->t_tspec;
1195 lt = (ltp = ln->tn_type)->t_subt->t_tspec;
1196 rt = (rtp = rn->tn_type)->t_subt->t_tspec;
1209 if (!eqtype(ltp->t_subt, rt
[all...]
H A Dfunc.c242 if (fsym->s_type->t_subt->t_tspec != VOID &&
243 incompl(fsym->s_type->t_subt)) {
348 if (funcsym->s_type->t_subt->t_tspec != VOID &&
979 if (tn != NULL && funcsym->s_type->t_subt->t_tspec == VOID) {
984 } else if (tn == NULL && funcsym->s_type->t_subt->t_tspec != VOID) {
999 ln->tn_type = tduptyp(funcsym->s_type->t_subt);
H A Dinit.c296 istk->i_subt = istk->i_type->t_subt;
611 t = istk->i_subt->t_subt->t_tspec;
621 t = istk->i_type->t_subt->t_tspec;
H A Ddecl.c772 tp = tp->t_subt;
815 tp = tp->t_subt;
891 *tpp = incref((*tpp)->t_subt, PTR);
948 tpp = &tp->t_subt;
1188 tpp = &(*tpp)->t_subt;
1197 *(tpp = &tp->t_subt) = dcs->d_type;
1216 tpp = &(*tpp)->t_subt;
1222 tp->t_subt = dcs->d_type;
1272 tpp = &(*tpp)->t_subt;
1278 tp->t_subt
[all...]
H A Demit1.c147 tp = tp->t_subt;
380 outtype(fsym->s_type->t_subt);
H A Dlint1.h136 * via t_subt.
158 struct type *t_subt; /* element type (arrays), return value member in struct:type
/freebsd-11-stable/usr.bin/xlint/lint2/
H A Dlint2.h67 struct type *t_subt; /* indirected type (array element, pointed to member in struct:type
H A Dchk.c249 t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
251 tp2 = TP(call->f_type)->t_subt;
313 eq = eqtype(tp1->t_subt, tp2->t_subt, 1, 0, 0, &warn);
715 t2 = tp->t_subt->t_tspec;
880 t2 = tp->t_subt->t_tspec;
896 } else if (tp->t_subt->t_const) {
994 } else if (tp->t_subt->t_subt->t_tspec!=VOID) {
1285 tp1 = tp1->t_subt;
[all...]
H A Demit2.c132 tp = tp->t_subt;
H A Dread.c624 tp->t_subt = TP(sidx);
628 tp->t_subt = TP(sidx);
651 tp->t_subt = TP(sidx);

Completed in 86 milliseconds