Home | History | Annotate | Download | only in CodeGen

Lines Matching full:bitfield

494   /// Libobjc2 uses a bitfield representation where small(ish) bitfields are
502 /// significant bit being assumed to come first in the bitfield. Therefore,
503 /// a bitfield with the 64th bit set will be (int64_t)&{ 2, [0, 1<<31] },
504 /// while a bitfield / with the 63rd bit set will be 1<<64.
1998 /// Libobjc2 uses a bitfield representation where small(ish) bitfields are
2006 /// significant bit being assumed to come first in the bitfield. Therefore, a
2007 /// bitfield with the 64th bit set will be (int64_t)&{ 2, [0, 1<<31] }, while a
2008 /// bitfield / with the 63rd bit set will be 1<<64.