Home
last modified time | relevance | path

Searched refs:boundsIndex (Results 1 – 25 of 28) sorted by relevance

12

/dports/lang/gcc10/gcc-10.3.0/libgo/go/runtime/
H A Derror.go147 boundsIndex boundsErrorCode = iota // s[x], 0 <= x < len(s) failed
165 boundsIndex: "index out of range [%x] with length %y",
177 boundsIndex: "index out of range [%x]",
H A Dpanic32.go34 panic(boundsError{x: x, signed: true, y: y, code: boundsIndex})
38 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
H A Dpanic.go105 panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
109 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
/dports/lang/go-devel/go-dragonfly-amd64-bootstrap/src/runtime/
H A Derror.go106 boundsIndex boundsErrorCode = iota // s[x], 0 <= x < len(s) failed const
124 boundsIndex: "index out of range [%x] with length %y",
136 boundsIndex: "index out of range [%x]",
H A Dpanic32.go15 panic(boundsError{x: int64(hi)<<32 + int64(lo), signed: true, y: y, code: boundsIndex})
19 panic(boundsError{x: int64(hi)<<32 + int64(lo), signed: false, y: y, code: boundsIndex})
/dports/devel/avr-gcc/gcc-10.2.0/libgo/go/runtime/
H A Derror.go147 boundsIndex boundsErrorCode = iota // s[x], 0 <= x < len(s) failed const
165 boundsIndex: "index out of range [%x] with length %y",
177 boundsIndex: "index out of range [%x]",
H A Dpanic32.go34 panic(boundsError{x: x, signed: true, y: y, code: boundsIndex})
38 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
H A Dpanic.go105 panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
109 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
/dports/lang/gcc10-devel/gcc-10-20211008/libgo/go/runtime/
H A Derror.go147 boundsIndex boundsErrorCode = iota // s[x], 0 <= x < len(s) failed const
165 boundsIndex: "index out of range [%x] with length %y",
177 boundsIndex: "index out of range [%x]",
H A Dpanic32.go34 panic(boundsError{x: x, signed: true, y: y, code: boundsIndex})
38 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
/dports/lang/gcc12-devel/gcc-12-20211205/libgo/go/runtime/
H A Derror.go167 boundsIndex boundsErrorCode = iota // s[x], 0 <= x < len(s) failed const
186 boundsIndex: "index out of range [%x] with length %y",
199 boundsIndex: "index out of range [%x]",
H A Dpanic32.go37 panic(boundsError{x: x, signed: true, y: y, code: boundsIndex})
41 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
H A Dpanic.go106 panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
110 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
/dports/lang/go-devel/go-becaeea1199b875bc24800fa88f2f4fea119bf78/src/runtime/
H A Derror.go126 boundsIndex boundsErrorCode = iota // s[x], 0 <= x < len(s) failed const
145 boundsIndex: "index out of range [%x] with length %y",
158 boundsIndex: "index out of range [%x]",
H A Dpanic32.go15 panic(boundsError{x: int64(hi)<<32 + int64(lo), signed: true, y: y, code: boundsIndex})
19 panic(boundsError{x: int64(hi)<<32 + int64(lo), signed: false, y: y, code: boundsIndex})
/dports/lang/gcc11/gcc-11.2.0/libgo/go/runtime/
H A Derror.go167 boundsIndex boundsErrorCode = iota // s[x], 0 <= x < len(s) failed const
185 boundsIndex: "index out of range [%x] with length %y",
197 boundsIndex: "index out of range [%x]",
H A Dpanic32.go34 panic(boundsError{x: x, signed: true, y: y, code: boundsIndex})
38 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
H A Dpanic.go105 panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
109 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
/dports/lang/gcc11-devel/gcc-11-20211009/libgo/go/runtime/
H A Derror.go167 boundsIndex boundsErrorCode = iota // s[x], 0 <= x < len(s) failed const
185 boundsIndex: "index out of range [%x] with length %y",
197 boundsIndex: "index out of range [%x]",
H A Dpanic32.go34 panic(boundsError{x: x, signed: true, y: y, code: boundsIndex})
38 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
H A Dpanic.go105 panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
109 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libgo/go/runtime/
H A Derror.go167 boundsIndex boundsErrorCode = iota // s[x], 0 <= x < len(s) failed const
185 boundsIndex: "index out of range [%x] with length %y",
197 boundsIndex: "index out of range [%x]",
H A Dpanic32.go34 panic(boundsError{x: x, signed: true, y: y, code: boundsIndex})
38 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
H A Dpanic.go105 panic(boundsError{x: int64(x), signed: true, y: y, code: boundsIndex})
109 panic(boundsError{x: int64(x), signed: false, y: y, code: boundsIndex})
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/dom/org/eclipse/jdt/core/dom/
H A DTypeBinding.java943 int boundsIndex = 0; in getTypeBounds() local
949 typeBounds[boundsIndex++] = typeBinding; in getTypeBounds()
952 for (int i = 0; i < superinterfacesLength; i++, boundsIndex++) { in getTypeBounds()
957 typeBounds[boundsIndex] = typeBinding; in getTypeBounds()

12