func reflect.hashMightPanic

4 uses

	reflect (current package)
		type.go#L1900: 	if hashMightPanic(ktyp) {
		type.go#L2142: func hashMightPanic(t *rtype) bool {
		type.go#L2148: 		return hashMightPanic(tt.elem)
		type.go#L2152: 			if hashMightPanic(f.typ) {