const go/types.Uint64

11 uses

	go/types (current package)
		basic.go#L24: 	Uint64
		expr.go#L326: 			case Uint64:
		expr.go#L337: 		case Uint64:
		sizes.go#L118: 	Uint64:     8,
		universe.go#L51: 	Uint64:        {Uint64, IsInteger | IsUnsigned, "uint64"},

	golang.org/x/exp/apidiff
		compatibility.go#L77: 	{types.Uint8, types.Uint64}:         true,
		compatibility.go#L80: 	{types.Uint16, types.Uint64}:        true,
		compatibility.go#L82: 	{types.Uint32, types.Uint64}:        true,
		compatibility.go#L83: 	{types.Uint, types.Uint64}:          true,

	golang.org/x/tools/internal/gcimporter
		bimport.go#L1012: 			types.Typ[types.Uint64],