Home | History | Annotate | Download | only in CodeGen

Lines Matching full:bitfield

279     // how to expand them yet, and the predicate for telling if a bitfield still
1276 bool BitField = i->isBitField();
1290 if (!BitField && Offset % getContext().getTypeAlign(i->getType())) {
1306 if (BitField) {
2476 // like". We still have to disallow a subsequent non-bitfield, for example: