Home | History | Annotate | Download | only in CodeGen

Lines Matching full:bitfield

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