Home | History | Annotate | Download | only in s390

Lines Matching full:bitfield

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