Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-4.7/gcc/
HDdwarf2out.c15822 HOST_WIDE_INT highest_order_field_bit_offset; in add_bit_offset_attribute() local
15843 highest_order_field_bit_offset = bitpos_int; in add_bit_offset_attribute()
15847 highest_order_field_bit_offset += tree_low_cst (DECL_SIZE (decl), 0); in add_bit_offset_attribute()
15853 ? highest_order_object_bit_offset - highest_order_field_bit_offset in add_bit_offset_attribute()
15854 : highest_order_field_bit_offset - highest_order_object_bit_offset); in add_bit_offset_attribute()
/dragonfly/contrib/gcc-8.0/gcc/
HDdwarf2out.c21140 HOST_WIDE_INT highest_order_field_bit_offset; in add_bit_offset_attribute() local
21163 highest_order_field_bit_offset = bitpos_int; in add_bit_offset_attribute()
21167 highest_order_field_bit_offset += tree_to_shwi (DECL_SIZE (decl)); in add_bit_offset_attribute()
21174 ? highest_order_object_bit_offset - highest_order_field_bit_offset in add_bit_offset_attribute()
21175 : highest_order_field_bit_offset - highest_order_object_bit_offset); in add_bit_offset_attribute()