Searched refs:BitfieldTypeImpl (Results 1 - 1 of 1) sorted by relevance

/gem5/src/base/
H A Dbitunion.hh54 class BitfieldTypeImpl : public Base class in inherits:Base
104 operator=(BitfieldTypeImpl<Base> const & other)
112 class BitfieldType : public BitfieldTypeImpl<Base>
115 using Impl = BitfieldTypeImpl<Base>;
130 class BitfieldROType : public BitfieldTypeImpl<Base>
133 using Impl = BitfieldTypeImpl<Base>;
142 class BitfieldWOType : public BitfieldTypeImpl<Base>
145 using Impl = BitfieldTypeImpl<Base>;

Completed in 3 milliseconds