Home | History | Annotate | Download | only in ppc

Lines Matching full:bitfield

256   class IsCallBits : public BitField<bool, 0, 1> {};
257 class IsSyntacticTailCallBits : public BitField<bool, IsCallBits::kNext, 1> {