Searched refs:VALUE_BITSIZE (Results 1 – 5 of 5) sorted by relevance
568 VALUE_BITSIZE (toval), in value_assign()578 if (VALUE_BITSIZE (toval)) in value_assign()584 + VALUE_BITSIZE (toval) in value_assign()595 VALUE_BITPOS (toval), VALUE_BITSIZE (toval)); in value_assign()673 if (VALUE_BITSIZE (toval)) in value_assign()688 if (VALUE_BITSIZE (toval)) in value_assign()691 VALUE_BITPOS (toval), VALUE_BITSIZE (toval)); in value_assign()749 if ((VALUE_BITSIZE (toval) > 0) in value_assign()750 && (VALUE_BITSIZE (toval) < 8 * (int) sizeof (LONGEST))) in value_assign()753 LONGEST valmask = (((ULONGEST) 1) << VALUE_BITSIZE (toval)) - 1; in value_assign()
96 VALUE_BITSIZE (val) = 0; in allocate_value()225 VALUE_BITSIZE (val) = VALUE_BITSIZE (arg); in value_copy()905 VALUE_BITSIZE (v) = TYPE_FIELD_BITSIZE (arg_type, fieldno); in value_primitive_field()
225 #define VALUE_BITSIZE(val) (val)->bitsize macro
237 VALUE_BITSIZE (v) = 1; in value_subscript()
1412 VALUE_BITSIZE (v) = bit_size; in ada_value_primitive_packed_val()1420 VALUE_BITSIZE (v) = bit_size; in ada_value_primitive_packed_val()1586 int bits = VALUE_BITSIZE (toval); in ada_value_assign()