]> Cypherpunks.ru repositories - gostls13.git/blobdiff - api/go1.17.txt
cmd/compile/internal/inline: score call sites exposed by inlines
[gostls13.git] / api / go1.17.txt
index ca2cd162f8bc8e9359bf8e886dfb42c6dc9c052d..a31cec926fa8fd043e4b6c9e61a143fd2ae76c54 100644 (file)
@@ -69,6 +69,12 @@ pkg math (darwin-amd64), const MinInt = -9223372036854775808
 pkg math (darwin-amd64-cgo), const MaxInt = 9223372036854775807
 pkg math (darwin-amd64-cgo), const MaxUint = 18446744073709551615
 pkg math (darwin-amd64-cgo), const MinInt = -9223372036854775808
+pkg math (darwin-arm64), const MaxInt = 9223372036854775807
+pkg math (darwin-arm64), const MaxUint = 18446744073709551615
+pkg math (darwin-arm64), const MinInt = -9223372036854775808
+pkg math (darwin-arm64-cgo), const MaxInt = 9223372036854775807
+pkg math (darwin-arm64-cgo), const MaxUint = 18446744073709551615
+pkg math (darwin-arm64-cgo), const MinInt = -9223372036854775808
 pkg math (freebsd-386), const MaxInt = 2147483647
 pkg math (freebsd-386), const MaxUint = 4294967295
 pkg math (freebsd-386), const MinInt = -2147483648
@@ -87,6 +93,12 @@ pkg math (freebsd-arm), const MinInt = -2147483648
 pkg math (freebsd-arm-cgo), const MaxInt = 2147483647
 pkg math (freebsd-arm-cgo), const MaxUint = 4294967295
 pkg math (freebsd-arm-cgo), const MinInt = -2147483648
+pkg math (freebsd-arm64), const MaxInt = 9223372036854775807
+pkg math (freebsd-arm64), const MaxUint = 18446744073709551615
+pkg math (freebsd-arm64), const MinInt = -9223372036854775808
+pkg math (freebsd-arm64-cgo), const MaxInt = 9223372036854775807
+pkg math (freebsd-arm64-cgo), const MaxUint = 18446744073709551615
+pkg math (freebsd-arm64-cgo), const MinInt = -9223372036854775808
 pkg math (linux-386), const MaxInt = 2147483647
 pkg math (linux-386), const MaxUint = 4294967295
 pkg math (linux-386), const MinInt = -2147483648
@@ -162,10 +174,15 @@ pkg reflect, func VisibleFields(Type) []StructField
 pkg reflect, method (Method) IsExported() bool
 pkg reflect, method (StructField) IsExported() bool
 pkg reflect, method (Value) CanConvert(Type) bool
+pkg reflect, method (Value) InterfaceData //deprecated
 pkg runtime/cgo (darwin-amd64-cgo), func NewHandle(interface{}) Handle
 pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Delete()
 pkg runtime/cgo (darwin-amd64-cgo), method (Handle) Value() interface{}
 pkg runtime/cgo (darwin-amd64-cgo), type Handle uintptr
+pkg runtime/cgo (darwin-arm64-cgo), func NewHandle(interface{}) Handle
+pkg runtime/cgo (darwin-arm64-cgo), method (Handle) Delete()
+pkg runtime/cgo (darwin-arm64-cgo), method (Handle) Value() interface{}
+pkg runtime/cgo (darwin-arm64-cgo), type Handle uintptr
 pkg runtime/cgo (freebsd-386-cgo), func NewHandle(interface{}) Handle
 pkg runtime/cgo (freebsd-386-cgo), method (Handle) Delete()
 pkg runtime/cgo (freebsd-386-cgo), method (Handle) Value() interface{}
@@ -178,6 +195,10 @@ pkg runtime/cgo (freebsd-arm-cgo), func NewHandle(interface{}) Handle
 pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Delete()
 pkg runtime/cgo (freebsd-arm-cgo), method (Handle) Value() interface{}
 pkg runtime/cgo (freebsd-arm-cgo), type Handle uintptr
+pkg runtime/cgo (freebsd-arm64-cgo), func NewHandle(interface{}) Handle
+pkg runtime/cgo (freebsd-arm64-cgo), method (Handle) Delete()
+pkg runtime/cgo (freebsd-arm64-cgo), method (Handle) Value() interface{}
+pkg runtime/cgo (freebsd-arm64-cgo), type Handle uintptr
 pkg runtime/cgo (linux-386-cgo), func NewHandle(interface{}) Handle
 pkg runtime/cgo (linux-386-cgo), method (Handle) Delete()
 pkg runtime/cgo (linux-386-cgo), method (Handle) Value() interface{}
@@ -257,8 +278,14 @@ pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC = 2048
 pkg syscall (openbsd-amd64), const MSG_CMSG_CLOEXEC ideal-int
 pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC = 2048
 pkg syscall (openbsd-amd64-cgo), const MSG_CMSG_CLOEXEC ideal-int
+pkg syscall (windows-386), func CreateIoCompletionPort //deprecated
+pkg syscall (windows-386), func GetQueuedCompletionStatus //deprecated
+pkg syscall (windows-386), func PostQueuedCompletionStatus //deprecated
 pkg syscall (windows-386), type SysProcAttr struct, AdditionalInheritedHandles []Handle
 pkg syscall (windows-386), type SysProcAttr struct, ParentProcess Handle
+pkg syscall (windows-amd64), func CreateIoCompletionPort //deprecated
+pkg syscall (windows-amd64), func GetQueuedCompletionStatus //deprecated
+pkg syscall (windows-amd64), func PostQueuedCompletionStatus //deprecated
 pkg syscall (windows-amd64), type SysProcAttr struct, AdditionalInheritedHandles []Handle
 pkg syscall (windows-amd64), type SysProcAttr struct, ParentProcess Handle
 pkg testing, method (*B) Setenv(string, string)