Home | History | Annotate | Download | only in x64

Lines Matching full:bitfield

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