Home | History | Annotate | Download | only in AST

Lines Matching full:bitfield

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