Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dstor-layout.cc2058 unsigned HOST_WIDE_INT bitsize, maxbitsize; in finish_bitfield_representative() local
2097 maxbitsize = (tree_to_uhwi (maxsize) * BITS_PER_UNIT in finish_bitfield_representative()
2102 maxbitsize = (maxbitsize + BITS_PER_UNIT - 1) & ~(BITS_PER_UNIT - 1); in finish_bitfield_representative()
2105 maxbitsize = bitsize; in finish_bitfield_representative()
2118 maxbitsize = (tree_to_uhwi (maxsize) * BITS_PER_UNIT in finish_bitfield_representative()
2121 maxbitsize = bitsize; in finish_bitfield_representative()
2128 gcc_assert (maxbitsize % BITS_PER_UNIT == 0); in finish_bitfield_representative()
2138 || GET_MODE_BITSIZE (mode) > maxbitsize in finish_bitfield_representative()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dstor-layout.c2045 unsigned HOST_WIDE_INT bitsize, maxbitsize; in finish_bitfield_representative() local
2081 maxbitsize = (tree_to_uhwi (maxsize) * BITS_PER_UNIT in finish_bitfield_representative()
2086 maxbitsize = (maxbitsize + BITS_PER_UNIT - 1) & ~(BITS_PER_UNIT - 1); in finish_bitfield_representative()
2089 maxbitsize = bitsize; in finish_bitfield_representative()
2102 maxbitsize = (tree_to_uhwi (maxsize) * BITS_PER_UNIT in finish_bitfield_representative()
2105 maxbitsize = bitsize; in finish_bitfield_representative()
2112 gcc_assert (maxbitsize % BITS_PER_UNIT == 0); in finish_bitfield_representative()
2122 || GET_MODE_BITSIZE (mode) > maxbitsize in finish_bitfield_representative()