Lines Matching refs:t_id
365 if ((mapping = get_mapping(ed->ed_ta, ctdp->t_id)) > 0 && in equiv_node()
366 mapping == mtdp->t_id && !ed->ed_selfuniquify) in equiv_node()
413 ctdp->t_id, ctdp->t_id, mtdp->t_id, mtdp->t_id); in equiv_cb()
428 if (get_mapping(mcd->md_ta, ctdp->t_id) > 0) in map_td_tree_pre()
447 debug(3, "map_td_tree_post on %d <%x> %s\n", ctdp->t_id, ctdp->t_id,tdesc_name(ctdp)); in map_td_tree_post()
456 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_post()
461 add_mapping(mcd->md_ta, ctdp->t_id, ed.ed_tgt->t_id); in map_td_tree_post()
471 aborterr("Second pass for %d (%s) == %d\n", ctdp->t_id, in map_td_tree_post()
472 tdesc_name(ctdp), ed.ed_tgt->t_id); in map_td_tree_post()
477 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_post()
501 debug(3, "Self check found %d <%x> in %d <%x>\n", ctdp->t_id, in map_td_tree_self_post()
502 ctdp->t_id, ed.ed_tgt->t_id, ed.ed_tgt->t_id); in map_td_tree_self_post()
503 add_mapping(mcd->md_ta, ctdp->t_id, in map_td_tree_self_post()
504 get_mapping(mcd->md_ta, ed.ed_tgt->t_id)); in map_td_tree_self_post()
514 ctdp->t_id, ctdp->t_id, tdesc_name(ctdp), ed.ed_tgt->t_id, in map_td_tree_self_post()
515 ed.ed_tgt->t_id); in map_td_tree_self_post()
520 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_self_post()
605 node->ii_dtype->t_id != iif->iif_newidx) in iidesc_match()
617 iif->iif_template->ii_args[i]->t_id) != in iidesc_match()
618 node->ii_args[i]->t_id) in iidesc_match()
662 iif.iif_newidx = get_mapping(mcd->md_ta, sii->ii_dtype->t_id); in merge_type_cb()
684 int oldid = oldtgt->t_id; in remap_node()
691 if ((template.t_id = get_mapping(mcd->md_ta, oldid)) == 0) in remap_node()
698 debug(3, "Remap couldn't find %d <%x> (from %d <%x>)\n", template.t_id, in remap_node()
699 template.t_id, oldid, oldid); in remap_node()
717 new->t_id = newselfid; in conjure_template()
740 (void) remap_node(&new->t_tdesc, old->t_tdesc, old->t_id, new, mcd); in conjure_plain()
753 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd); in conjure_function()
762 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id, in conjure_function()
778 (void) remap_node(&nar->ad_contents, oar->ad_contents, old->t_id, new, in conjure_array()
780 (void) remap_node(&nar->ad_idxtype, oar->ad_idxtype, old->t_id, new, in conjure_array()
803 old->t_id, new, mcd); in conjure_su()
909 template.t_id = defnid; in redir_mstr_fwd_cb()
950 newidx = get_mapping(mcd->md_ta, tba->ii_dtype->t_id); in add_iitba_cb()
979 template.t_id = newid; in add_tdesc()
984 oldtdp->t_type, tdesc_name(oldtdp), oldtdp->t_id, in add_tdesc()
985 oldtdp->t_id, newid, newid); in add_tdesc()
1008 newid = get_mapping(mcd->md_ta, tdp->t_id); in add_tdtba_cb()
1023 debug(3, "Remapping %s (%d)\n", tdesc_name(*tdpp), (*tdpp)->t_id); in add_tdtbr_cb()