func internal/abi.BoundsDecode
4 uses
internal/abi (current package)
bounds.go#L86: func BoundsDecode(v int) (code BoundsErrorCode, signed, xIsReg, yIsReg bool, xVal, yVal int) {
runtime
panic.go#L215: code, signed, xIsReg, yIsReg, xVal, yVal := abi.BoundsDecode(int(v))
panic.go#L243: code, signed, xIsReg, yIsReg, xVal, yVal := abi.BoundsDecode(int(v))
panic.go#L275: code, signed, xIsReg, yIsReg, xVal, yVal := abi.BoundsDecode(int(v))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)