Searched refs:tduptyp (Results 1 – 5 of 5) sorted by relevance
504 ln->tn_type = tduptyp(ln->tn_type); in mkinit()530 ln->tn_type = tduptyp(initstk->i_type); in mkinit()
139 extern type_t *tduptyp(const type_t *);
754 tp = tduptyp(tn->tn_type); in cconv()1573 ntp = tduptyp(tn->tn_type); in promote()1648 ntp = tduptyp((*lnp)->tn_type); in balance()1653 ntp = tduptyp((*rnp)->tn_type); in balance()2219 *tpp = tduptyp(*tpp); in mrgqual()2220 (*tpp)->t_subt = tduptyp((*tpp)->t_subt); in mrgqual()3287 ln->tn_type = tduptyp(tp); in parg()
999 ln->tn_type = tduptyp(funcsym->s_type->t_subt); in doreturn()
155 tduptyp(const type_t *tp) in tduptyp() function