const go/types.Int8

11 uses

	go/types (current package)
		basic.go#L19: 	Int8
		const.go#L95: 			case Int8:
		sizes.go#L153: 	Int8:       1,
		universe.go#L47: 	Int8:          {Int8, IsInteger, "int8"},

	golang.org/x/exp/apidiff
		compatibility.go#L84: 	{types.Int8, types.Int16}:           true,
		compatibility.go#L85: 	{types.Int8, types.Int32}:           true,
		compatibility.go#L86: 	{types.Int8, types.Int}:             true,
		compatibility.go#L87: 	{types.Int8, types.Int64}:           true,

	golang.org/x/tools/internal/gcimporter
		iimport.go#L741: 	case types.Int8, types.Uint8:
		predeclared.go#L36: 		types.Typ[types.Int8],