const go/types.Int
20 uses
go/types (current package)
basic.go#L18: Int
builtins.go#L223: check.recordBuiltinType(call.Fun, makeSig(Typ[Int], x.typ))
builtins.go#L227: x.typ = Typ[Int]
builtins.go#L383: check.recordBuiltinType(call.Fun, makeSig(Typ[Int], x.typ, y.typ))
builtins.go#L386: x.typ = Typ[Int]
const.go#L92: case Int:
index.go#L384: check.convertUntyped(x, Typ[Int])
index.go#L403: if !representableConst(x.val, check, Typ[Int], &x.val) {
predicates.go#L533: return Typ[Int]
stmt.go#L1043: return Typ[Int], universeRune, "", true // use 'rune' name
stmt.go#L1052: return Typ[Int], typ.elem, "", true
stmt.go#L1054: return Typ[Int], typ.elem, "", true
typexpr.go#L536: if representableConst(val, check, Typ[Int], nil) {
universe.go#L46: Int: {Int, IsInteger, "int"},
golang.org/x/exp/apidiff
compatibility.go#L86: {types.Int8, types.Int}: true,
compatibility.go#L89: {types.Int16, types.Int}: true,
compatibility.go#L91: {types.Int32, types.Int}: true,
compatibility.go#L93: {types.Int, types.Int64}: true,
golang.org/x/tools/internal/gcimporter
predeclared.go#L35: types.Typ[types.Int],