go/src/cmd/compile/internal/reflectdata
Matthew Dempsky c6dd97e533 cmd/compile: simplify various signature type handling code
Make more use of RecvParams and RecvParamsResults helper methods.

Also, correct misuse of Go spec terminology ("return" is a statement;
"result" is the class of parameters that appear in a function type).

Change-Id: I94807a747c494c9daa5441da7d9e3aea77aae33b
Reviewed-on: https://go-review.googlesource.com/c/go/+/521395
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Matthew Dempsky <mdempsky@google.com>
Auto-Submit: Matthew Dempsky <mdempsky@google.com>
Reviewed-by: Than McIntosh <thanm@google.com>
2023-08-22 21:17:10 +00:00
..
alg.go cmd/compile/internal/types: overhaul and simplify API 2023-08-22 01:53:41 +00:00
alg_test.go cmd/compile: prioritize non-CALL struct member comparisons 2023-05-24 21:55:14 +00:00
helpers.go cmd/compile/internal/reflectdata: remove special case for init 2023-08-18 22:38:01 +00:00
reflect.go cmd/compile: simplify various signature type handling code 2023-08-22 21:17:10 +00:00