Lines Matching full:bitfield
113 a) fBitfield: a bit that says this is a bitfield, and the
1066 int bitfield; /* symbol is a bitfield */
1070 struct/union/enum + bitfield size */
1082 0, /* bitfield */
1180 sc_Bits, /* 18; C_FIELD bitfield */
1291 st_Member, /* 18; C_FIELD bitfield */
1880 aux.ti.fBitfield = t->bitfield;
1902 || t->bitfield
1950 /* Add bitfield length if it exists.
1952 NOTE: Mips documentation claims bitfield goes at the end of the
1957 for an enum bitfield. */
1959 if (t->bitfield)
2008 /* NOTE: Mips documentation claims that the bitfield width goes here.
2893 /* Is this a bitfield? This is indicated by a structure member
2895 coff_type.bitfield = 1;
2969 if (! coff_type.bitfield && ! coff_inside_enumeration)