type internal/abi.IntArgRegBitmap
9 uses
internal/abi (current package)
abi.go#L44: ReturnIsPtr IntArgRegBitmap
abi.go#L87: type IntArgRegBitmap [(IntArgRegs + 7) / 8]uint8
abi.go#L90: func (b *IntArgRegBitmap) Set(i int) {
abi.go#L100: func (b *IntArgRegBitmap) Get(i int) bool {
reflect
abi.go#L358: inRegPtrs, outRegPtrs abi.IntArgRegBitmap
abi.go#L378: func dumpPtrBitMap(b abi.IntArgRegBitmap) {
abi.go#L404: inRegPtrs := abi.IntArgRegBitmap{}
abi.go#L443: outRegPtrs := abi.IntArgRegBitmap{}
makefunc.go#L150: regPtrs abi.IntArgRegBitmap
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)