Lines Matching defs:otp
493 ic_cvt(const type_t *ntp, const type_t *otp, integer_constraints a)
496 unsigned old_width = width_in_bits(otp);
498 bool old_unsigned = is_uinteger(otp->t_tspec);
1635 const type_t *ntp = tn->tn_type, *otp = tn->u.ops.left->tn_type;
1636 tspec_t nt = ntp->t_tspec, ot = otp->t_tspec;
1642 unsigned int nw = width_in_bits(ntp), ow = width_in_bits(otp);
1656 if (!ntp->t_subt->t_const && otp->t_subt->t_const)
1658 if (!ntp->t_subt->t_volatile && otp->t_subt->t_volatile)
1662 otp->t_subt->t_tspec == VOID ||
1663 types_compatible(ntp->t_subt, otp->t_subt,
3572 const type_t *otp = tn->tn_type;
3573 tspec_t ot = otp->t_tspec;
3583 ntp->t_is_enum = otp->t_is_enum;
3585 ntp->u.enumer = otp->u.enumer;
3897 const type_t *otp = tn->tn_type;
3898 const type_t *ostp = otp->t_subt;
3918 warning(229, type_name(otp), type_name(ntp));
3926 warning(135, type_name(otp), type_name(ntp),