Home
last modified time | relevance | path

Searched refs:excess_unit_span (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dstor-layout.c61 static int excess_unit_span (HOST_WIDE_INT, HOST_WIDE_INT, HOST_WIDE_INT,
799 excess_unit_span (HOST_WIDE_INT byte_offset, HOST_WIDE_INT bit_offset, in excess_unit_span() function
963 if (excess_unit_span (offset, bit_offset, field_size, type_align, type)) in place_field()
1002 if (excess_unit_span (offset, bit_offset, field_size, type_align, type)) in place_field()
H A DChangeLog-20022511 * stor-layout.c (excess_unit_span): New function.
H A DChangeLog-200335103 * stor-layout.c (excess_unit_span): Only define if used.