const go/types.Uint64

11 uses

	go/types (current package)
		basic.go#L27: 	Uint64
		const.go#L120: 			case Uint64:
		const.go#L131: 		case Uint64:
		sizes.go#L160: 	Uint64:     8,
		universe.go#L55: 	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
		predeclared.go#L44: 		types.Typ[types.Uint64],