Searched refs:t_fndef (Results 1 – 7 of 7) sorted by relevance
404 i = tp->t_fndef->fn_nargs + tp->t_fndef->fn_vargs; in write_type()412 ctt.ctt_type = tp->t_fndef->fn_ret->t_id; in write_type()415 for (i = 0; i < tp->t_fndef->fn_nargs; i++) { in write_type()416 id = tp->t_fndef->fn_args[i]->t_id; in write_type()420 if (tp->t_fndef->fn_vargs) { in write_type()1104 tdp->t_fndef = xcalloc(sizeof (fndef_t)); in resurrect_types()1105 tdp->t_fndef->fn_ret = tdarr[ctt->ctt_type]; in resurrect_types()1110 tdp->t_fndef->fn_vargs = 1; in resurrect_types()1112 tdp->t_fndef->fn_nargs = vlen - tdp->t_fndef->fn_vargs; in resurrect_types()1113 tdp->t_fndef->fn_args = xcalloc(sizeof (tdesc_t) * in resurrect_types()[all …]
73 h = tdp->t_fndef->fn_nargs + in tdesc_layouthash()74 tdp->t_fndef->fn_vargs; in tdesc_layouthash()75 name = tdp->t_fndef->fn_ret->t_name; in tdesc_layouthash()
249 fndef_t *fn1 = stdp->t_fndef, *fn2 = ttdp->t_fndef; in equiv_function()757 fndef_t *ofn = old->t_fndef; in conjure_function()773 new->t_fndef = nfn; in conjure_function()
65 fndef_t *fn = this->t_fndef; in tdtrav_func()
249 #define t_fndef t_data.fndef macro
681 (*rtdp)->t_fndef = xcalloc(sizeof (fndef_t)); in tdefdecl()690 (*rtdp)->t_fndef->fn_ret = lookupname("int"); in tdefdecl()
1257 tdp->t_fndef = fn; in die_funcptr_create()