const go/types.Uint

12 uses

	go/types (current package)
		basic.go#L23: 	Uint
		const.go#L106: 			case Uint, Uintptr:
		const.go#L128: 		case Uint, Uintptr:
		expr.go#L627: 			check.representable(y, Typ[Uint])
		expr.go#L644: 			check.convertUntyped(y, Typ[Uint])
		universe.go#L51: 	Uint:          {Uint, IsInteger | IsUnsigned, "uint"},

	golang.org/x/exp/apidiff
		compatibility.go#L76: 	{types.Uint8, types.Uint}:           true,
		compatibility.go#L79: 	{types.Uint16, types.Uint}:          true,
		compatibility.go#L81: 	{types.Uint32, types.Uint}:          true,
		compatibility.go#L83: 	{types.Uint, types.Uint64}:          true,

	golang.org/x/tools/internal/gcimporter
		predeclared.go#L40: 		types.Typ[types.Uint],