const go/types.Uint16
11 uses
go/types (current package)
basic.go#L25: Uint16
const.go#L114: case Uint16:
sizes.go#L158: Uint16: 2,
universe.go#L53: Uint16: {Uint16, IsInteger | IsUnsigned, "uint16"},
golang.org/x/exp/apidiff
compatibility.go#L74: {types.Uint8, types.Uint16}: true,
compatibility.go#L78: {types.Uint16, types.Uint32}: true,
compatibility.go#L79: {types.Uint16, types.Uint}: true,
compatibility.go#L80: {types.Uint16, types.Uint64}: true,
golang.org/x/tools/internal/gcimporter
iimport.go#L743: case types.Int16, types.Uint16:
predeclared.go#L42: types.Typ[types.Uint16],