Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/cp/
H A Dclass.c139 static void remove_zero_width_bit_fields (tree);
5768 remove_zero_width_bit_fields (tree t) in remove_zero_width_bit_fields() function
6783 remove_zero_width_bit_fields (t); in layout_class_type()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-2009217 * class.c (remove_zero_width_bit_fields): The width of the bit field is
H A DChangeLog-20153670 * class.c (remove_zero_width_bit_fields): Check for null DECL_SIZE.
H A DChangeLog-20211758 * class.c (remove_zero_width_bit_fields): Remove.
H A DChangeLog-20171369 (remove_zero_width_bit_fields): Adjust comment.