Lines Matching defs:otp
472 ic_cvt(const type_t *ntp, const type_t *otp, integer_constraints a)
475 unsigned old_width = width_in_bits(otp);
477 bool old_unsigned = is_uinteger(otp->t_tspec);
1593 const type_t *ntp = tn->tn_type, *otp = tn->u.ops.left->tn_type;
1594 tspec_t nt = ntp->t_tspec, ot = otp->t_tspec;
1600 unsigned int nw = width_in_bits(ntp), ow = width_in_bits(otp);
1614 if (!ntp->t_subt->t_const && otp->t_subt->t_const)
1616 if (!ntp->t_subt->t_volatile && otp->t_subt->t_volatile)
1620 otp->t_subt->t_tspec == VOID ||
1621 types_compatible(ntp->t_subt, otp->t_subt,
3518 const type_t *otp = tn->tn_type;
3519 tspec_t ot = otp->t_tspec;
3529 ntp->t_is_enum = otp->t_is_enum;
3531 ntp->u.enumer = otp->u.enumer;
3532 ntp->t_bitfield = otp->t_bitfield;
3534 ntp->t_bit_field_width = otp->t_bit_field_width;
3535 ntp->t_bit_field_offset = otp->t_bit_field_offset;
3853 const type_t *otp = tn->tn_type;
3854 const type_t *ostp = otp->t_subt;
3874 warning(229, type_name(otp), type_name(ntp));
3883 warning(135, type_name(otp), type_name(ntp),