const go/types.Uint

12 uses

	go/types (current package)
		basic.go#L20: 	Uint
		expr.go#L312: 			case Uint, Uintptr:
		expr.go#L334: 		case Uint, Uintptr:
		expr.go#L931: 			check.representable(y, Typ[Uint])
		expr.go#L949: 			check.convertUntyped(y, Typ[Uint])
		universe.go#L47: 	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
		bimport.go#L1008: 			types.Typ[types.Uint],