Lines Matching refs:t_tspec
112 TP(sym->s_type)->t_tspec == FUNC &&
189 if (TP(sym->s_type)->t_tspec == FUNC)
254 t1 = (tp1 = TP(def->s_type)->t_subt)->t_tspec;
310 bool is_func = tp1->t_tspec == FUNC && tp2->t_tspec == FUNC;
358 if ((tp1 = TP(def->s_type))->t_tspec != FUNC)
362 if ((tp1 = TP(decl->s_type))->t_tspec != FUNC)
369 if ((tp1 = TP(call1->f_type))->t_tspec != FUNC)
376 if ((tp2 = TP(call->f_type))->t_tspec != FUNC)
496 t1 = arg1->t_tspec;
497 t2 = arg2->t_tspec;
666 if ((t1 = tp->t_tspec) != INT && (hflag || t1 != UINT))
685 if (tp->t_tspec != INT)
724 if ((t1 = tp->t_tspec) == PTR)
725 t2 = tp->t_subt->t_tspec;
890 if ((t1 = tp->t_tspec) == PTR)
891 t2 = tp->t_subt->t_tspec;
1005 } else if (tp->t_subt->t_subt->t_tspec!=VOID) {
1141 if (TP(sym1->s_type)->t_tspec != FUNC)
1214 t = tp1->t_tspec;
1230 if (indir == 1 && (t == VOID || tp2->t_tspec == VOID))
1234 if (t != tp2->t_tspec) {
1241 if (signed_type(t) != signed_type(tp2->t_tspec))
1359 tspec_t t = (*arg)->t_tspec;