Searched refs:VALUE_BITSIZE (Results 1 – 5 of 5) sorted by relevance
560 VALUE_BITSIZE (toval), in value_assign()571 if (VALUE_BITSIZE (toval)) in value_assign()576 + VALUE_BITSIZE (toval) in value_assign()587 VALUE_BITPOS (toval), VALUE_BITSIZE (toval)); in value_assign()658 if (VALUE_BITSIZE (toval)) in value_assign()673 if (VALUE_BITSIZE (toval)) in value_assign()676 VALUE_BITPOS (toval), VALUE_BITSIZE (toval)); in value_assign()732 if ((VALUE_BITSIZE (toval) > 0) in value_assign()733 && (VALUE_BITSIZE (toval) < 8 * (int) sizeof (LONGEST))) in value_assign()736 LONGEST valmask = (((ULONGEST) 1) << VALUE_BITSIZE (toval)) - 1; in value_assign()
96 VALUE_BITSIZE (val) = 0; in allocate_value()224 VALUE_BITSIZE (val) = VALUE_BITSIZE (arg); in value_copy()904 VALUE_BITSIZE (v) = TYPE_FIELD_BITSIZE (arg_type, fieldno); in value_primitive_field()
222 #define VALUE_BITSIZE(val) (val)->bitsize macro
239 VALUE_BITSIZE (v) = 1; in value_subscript()
446 VALUE_BITSIZE (result) = VALUE_BITSIZE (val); in coerce_unspec_val_to_type()1829 VALUE_BITSIZE (v) = bit_size; in ada_value_primitive_packed_val()1837 VALUE_BITSIZE (v) = bit_size; in ada_value_primitive_packed_val()2003 int bits = VALUE_BITSIZE (toval); in ada_value_assign()