Home | History | Annotate | Download | only in AST

Lines Matching full:bitfield

1391   assert(FD->isBitField() && "truncateBitfieldValue on non-bitfield");
1394 // Trying to store a pointer-cast-to-integer into a bitfield.