Lines Matching refs:t_id

297 		if (olm1 == NULL || olm1->ml_type->t_id != ml1->ml_type->t_id) {  in equiv_su()
374 if ((mapping = get_mapping(ed->ed_ta, ctdp->t_id)) > 0 && in equiv_node()
375 mapping == mtdp->t_id && !ed->ed_selfuniquify) in equiv_node()
421 debug(3, "equiv_node matched %d %d\n", ctdp->t_id, mtdp->t_id); in equiv_cb()
436 if (get_mapping(mcd->md_ta, ctdp->t_id) > 0) in map_td_tree_pre()
455 debug(3, "map_td_tree_post on %d %s\n", ctdp->t_id, tdesc_name(ctdp)); in map_td_tree_post()
464 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_post()
469 add_mapping(mcd->md_ta, ctdp->t_id, ed.ed_tgt->t_id); in map_td_tree_post()
479 aborterr("Second pass for %d (%s) == %d\n", ctdp->t_id, in map_td_tree_post()
480 tdesc_name(ctdp), ed.ed_tgt->t_id); in map_td_tree_post()
485 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_post()
509 debug(3, "Self check found %d in %d\n", ctdp->t_id, in map_td_tree_self_post()
510 ed.ed_tgt->t_id); in map_td_tree_self_post()
511 add_mapping(mcd->md_ta, ctdp->t_id, in map_td_tree_self_post()
512 get_mapping(mcd->md_ta, ed.ed_tgt->t_id)); in map_td_tree_self_post()
522 ctdp->t_id, tdesc_name(ctdp), ed.ed_tgt->t_id); in map_td_tree_self_post()
527 add_mapping(mcd->md_ta, ctdp->t_id, id); in map_td_tree_self_post()
612 node->ii_dtype->t_id != iif->iif_newidx) in iidesc_match()
624 iif->iif_template->ii_args[i]->t_id) != in iidesc_match()
625 node->ii_args[i]->t_id) in iidesc_match()
669 iif.iif_newidx = get_mapping(mcd->md_ta, sii->ii_dtype->t_id); in merge_type_cb()
691 int oldid = oldtgt->t_id; in remap_node()
698 if ((template.t_id = get_mapping(mcd->md_ta, oldid)) == 0) in remap_node()
705 debug(3, "Remap couldn't find %d (from %d)\n", template.t_id, in remap_node()
724 new->t_id = newselfid; in conjure_template()
747 (void) remap_node(&new->t_tdesc, old->t_tdesc, old->t_id, new, mcd); in conjure_plain()
760 (void) remap_node(&nfn->fn_ret, ofn->fn_ret, old->t_id, new, mcd); in conjure_function()
769 (void) remap_node(&nfn->fn_args[i], ofn->fn_args[i], old->t_id, in conjure_function()
785 (void) remap_node(&nar->ad_contents, oar->ad_contents, old->t_id, new, in conjure_array()
787 (void) remap_node(&nar->ad_idxtype, oar->ad_idxtype, old->t_id, new, in conjure_array()
810 old->t_id, new, mcd); in conjure_su()
916 template.t_id = defnid; in redir_mstr_fwd_cb()
957 newidx = get_mapping(mcd->md_ta, tba->ii_dtype->t_id); in add_iitba_cb()
986 template.t_id = newid; in add_tdesc()
991 oldtdp->t_type, tdesc_name(oldtdp), oldtdp->t_id, newid); in add_tdesc()
1014 newid = get_mapping(mcd->md_ta, tdp->t_id); in add_tdtba_cb()
1029 debug(3, "Remapping %s (%d)\n", tdesc_name(*tdpp), (*tdpp)->t_id); in add_tdtbr_cb()