func runtime.panicCheck1

18 uses

	runtime (current package)
		panic.go#L31: func panicCheck1(pc uintptr, msg string) {
		panic.go#L87: 	panicCheck1(getcallerpc(), "index out of range")
		panic.go#L91: 	panicCheck1(getcallerpc(), "index out of range")
		panic.go#L97: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L101: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L105: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L109: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L115: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L119: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L125: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L129: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L133: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L137: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L143: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L147: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L153: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L157: 	panicCheck1(getcallerpc(), "slice bounds out of range")
		panic.go#L183: 	panicCheck1(getcallerpc(), "negative shift amount")