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

/freebsd-9.3-release/usr.bin/xlint/lint1/
H A Dtree.c228 tp2->t_subt = tp;
242 tp2->t_subt = tp;
403 t = (tp = tp->t_subt)->t_tspec;
620 ntn = mktnode(STAR, ln->tn_type->t_subt, ln, NULL);
720 tn = mktnode(AMPER, tincref(tn->tn_type->t_subt, PTR),
761 lst = (lstp = ltp->t_subt)->t_tspec;
764 rst = (rstp = rtp->t_subt)->t_tspec;
1168 lt = (ltp = ln->tn_type)->t_subt->t_tspec;
1169 rt = (rtp = rn->tn_type)->t_subt->t_tspec;
1182 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.c200 istk->i_subt = istk->i_type->t_subt;
470 t = istk->i_subt->t_subt->t_tspec;
480 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;
1186 tpp = &(*tpp)->t_subt;
1195 *(tpp = &tp->t_subt) = dcs->d_type;
1214 tpp = &(*tpp)->t_subt;
1220 tp->t_subt = dcs->d_type;
1270 tpp = &(*tpp)->t_subt;
1276 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-9.3-release/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(inptype(cp, &cp));
627 tp->t_subt = TP(inptype(cp, &cp));
648 tp->t_subt = TP(inptype(cp, &cp));

Completed in 93 milliseconds