Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Ddwarf2out.c14039 const unsigned HOST_WIDE_INT max_uint in uint_loc_descriptor() local
14060 && ((DWARF2_ADDR_SIZE == 4 && i > max_uint - 0x8000) in uint_loc_descriptor()
14061 || (DWARF2_ADDR_SIZE == 8 && i > max_uint - 0x80000000))) in uint_loc_descriptor()