Lines Matching refs:dn_type

335 	ctf_id_t ltype = lp->dn_type;  in dt_type_promote()
338 ctf_id_t rtype = rp->dn_type; in dt_type_promote()
405 dt_type_promote(lp, rp, &dnp->dn_ctfp, &dnp->dn_type); in dt_node_promote()
406 dt_node_type_assign(dnp, dnp->dn_ctfp, dnp->dn_type, B_FALSE); in dt_node_promote()
520 dnp->dn_type = CTF_ERR; in dt_node_xalloc()
712 dnp->dn_type = type; in dt_node_type_assign_member()
730 dst->dn_type = src->dn_type; in dt_node_type_propagate()
746 (void) dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf + n, len); in dt_node_type_name()
750 return (dt_type_name(dnp->dn_ctfp, dnp->dn_type, buf, len)); in dt_node_type_name()
765 base = ctf_type_resolve(dnp->dn_ctfp, dnp->dn_type); in dt_node_type_size()
784 return (ctf_type_size(dnp->dn_ctfp, dnp->dn_type)); in dt_node_type_size()
854 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_integer()
874 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_float()
893 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_scalar()
914 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_arith()
933 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_vfptr()
954 dnp->dn_type == DT_DYN_TYPE(yypcb->pcb_hdl)); in dt_node_is_dynamic()
961 dnp->dn_type == DT_STR_TYPE(yypcb->pcb_hdl)); in dt_node_is_string()
968 dnp->dn_type == DT_STACK_TYPE(yypcb->pcb_hdl)); in dt_node_is_stack()
975 dnp->dn_type == DT_SYMADDR_TYPE(yypcb->pcb_hdl)); in dt_node_is_symaddr()
982 dnp->dn_type == DT_USYMADDR_TYPE(yypcb->pcb_hdl)); in dt_node_is_usymaddr()
996 base = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_strcompat()
1024 kind = ctf_type_kind(fp, ctf_type_resolve(fp, dnp->dn_type)); in dt_node_is_pointer()
1044 type = ctf_type_resolve(fp, dnp->dn_type); in dt_node_is_void()
1093 lbase = ctf_type_resolve(lfp, lp->dn_type); in dt_node_is_ptrcompat()
1106 rbase = ctf_type_resolve(rfp, rp->dn_type); in dt_node_is_ptrcompat()
1186 switch (ctf_type_kind(lfp, ctf_type_resolve(lfp, lp->dn_type))) { in dt_node_is_argcompat()
1190 return (ctf_type_compat(lfp, lp->dn_type, rfp, rp->dn_type)); in dt_node_is_argcompat()
1405 dnp->dn_type = CTF_ERR; in dt_node_vatype()
1646 idn.dn_ctfp, idn.dn_type) != 0)) { in dt_node_decl()
1666 if (ctf_type_cmp(dnp->dn_ctfp, dnp->dn_type, in dt_node_decl()
1667 pnp->dn_ctfp, pnp->dn_type) == 0) in dt_node_decl()
2301 dnp->dn_ctfp, dnp->dn_type)) == CTF_K_FORWARD) { in dt_node_inline()
2370 dt_ident_type_assign(pidp, pnp->dn_ctfp, pnp->dn_type); in dt_node_inline()
2979 type = ctf_type_resolve(cp->dn_ctfp, cp->dn_type); in dt_cook_op1()
3080 dtt.dtt_type = cp->dn_type; in dt_cook_op1()
3333 ctf_type_resolve(lp->dn_ctfp, lp->dn_type)); in dt_cook_op2()
3337 lp->dn_ctfp, lp->dn_type, rp->dn_string, &val) == 0) { in dt_cook_op2()
3356 dt_node_type_assign(rp, lp->dn_ctfp, lp->dn_type, in dt_cook_op2()
3374 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op2()
3375 rp->dn_ctfp, rp->dn_type)) in dt_cook_op2()
3420 type = lp->dn_type; in dt_cook_op2()
3424 type = rp->dn_type; in dt_cook_op2()
3568 type = rp->dn_type; in dt_cook_op2()
3598 ctf_type_resolve(lp->dn_ctfp, lp->dn_type)); in dt_cook_op2()
3609 ctf_type_compat(lp->dn_ctfp, lp->dn_type, ctfp, type)) in dt_cook_op2()
3722 type = ctf_type_resolve(ctfp, lp->dn_type); in dt_cook_op2()
3908 dnp->dn_ident = dt_xlator_ident(dxp, lp->dn_ctfp, lp->dn_type); in dt_cook_op2()
3923 ltype = ctf_type_resolve(lp->dn_ctfp, lp->dn_type); in dt_cook_op2()
3926 rtype = ctf_type_resolve(rp->dn_ctfp, rp->dn_type); in dt_cook_op2()
3936 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op2()
3937 rp->dn_ctfp, rp->dn_type)) in dt_cook_op2()
4055 if (ctf_type_compat(lp->dn_ctfp, lp->dn_type, in dt_cook_op3()
4056 rp->dn_ctfp, rp->dn_type)) { in dt_cook_op3()
4058 type = lp->dn_type; in dt_cook_op3()
4242 ctf_id_t ltype = ctf_type_resolve(lctfp, dnp->dn_type); in dt_cook_inline()
4358 if (ctf_type_cmp(old_argv->dn_ctfp, old_argv->dn_type, in dt_node_provider_cmp_argv()
4359 new_argv->dn_ctfp, new_argv->dn_type) == 0) in dt_node_provider_cmp_argv()
4618 dnp->dn_type == DT_STR_TYPE(dtp)) { in dt_node_diftype()
4624 ctf_type_resolve(dnp->dn_ctfp, dnp->dn_type)); in dt_node_diftype()
4631 tp->dtdt_size = ctf_type_size(dnp->dn_ctfp, dnp->dn_type); in dt_node_diftype()
4820 if (dnp->dn_ctfp != NULL && dnp->dn_type != CTF_ERR && in dt_node_printr()
4821 ctf_type_name(dnp->dn_ctfp, dnp->dn_type, n, sizeof (n)) != NULL) { in dt_node_printr()
4825 dnp->dn_type, a); in dt_node_printr()