Home
last modified time | relevance | path

Searched refs:highest_order_field_bit_offset (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddwarf2out.cc21812 HOST_WIDE_INT highest_order_field_bit_offset; in add_bit_offset_attribute() local
21838 highest_order_field_bit_offset = bitpos_int; in add_bit_offset_attribute()
21842 highest_order_field_bit_offset += tree_to_shwi (DECL_SIZE (decl)); in add_bit_offset_attribute()
21849 ? highest_order_object_bit_offset - highest_order_field_bit_offset in add_bit_offset_attribute()
21850 : highest_order_field_bit_offset - highest_order_object_bit_offset); in add_bit_offset_attribute()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddwarf2out.c21136 HOST_WIDE_INT highest_order_field_bit_offset; in add_bit_offset_attribute() local
21159 highest_order_field_bit_offset = bitpos_int; in add_bit_offset_attribute()
21163 highest_order_field_bit_offset += tree_to_shwi (DECL_SIZE (decl)); in add_bit_offset_attribute()
21170 ? highest_order_object_bit_offset - highest_order_field_bit_offset in add_bit_offset_attribute()
21171 : highest_order_field_bit_offset - highest_order_object_bit_offset); in add_bit_offset_attribute()