Searched defs:Bits (Results 1 – 2 of 2) sorted by relevance
26 Bits(arch Arch) uint methodSpec434 func (typе *opaqueType) Bits(Arch) uint { func479 func (typе *aliasType) Bits(arch Arch) uint { func534 func (typе *fixedType) Bits(Arch) uint { func606 func (typе *archDependentType) Bits(arch Arch) uint { func785 func (typе *constType) Bits(arch Arch) uint { func854 func (*pointerType) Bits(arch Arch) uint { func942 func (*functionType) Bits(arch Arch) uint { func996 func (typе *arrayType) Bits(arch Arch) uint { func1043 func (typе *structType) Bits(arch Arch) uint { func[all …]
58 using Bits = std::uint64_t; variable