Home
last modified time | relevance | path

Searched refs:tduptyp (Results 1 – 5 of 5) sorted by relevance

/NextBSD/usr.bin/xlint/lint1/
HDinit.c504 ln->tn_type = tduptyp(ln->tn_type); in mkinit()
530 ln->tn_type = tduptyp(initstk->i_type); in mkinit()
HDexterns1.h139 extern type_t *tduptyp(const type_t *);
HDtree.c754 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()
HDfunc.c999 ln->tn_type = tduptyp(funcsym->s_type->t_subt); in doreturn()
HDdecl.c155 tduptyp(const type_t *tp) in tduptyp() function