const go/types.Int
21 uses
go/types (current package)
basic.go#L18: Int
builtins.go#L221: check.recordBuiltinType(call.Fun, makeSig(Typ[Int], x.typ))
builtins.go#L225: x.typ = Typ[Int]
builtins.go#L411: check.recordBuiltinType(call.Fun, makeSig(Typ[Int], x.typ, y.typ))
builtins.go#L414: x.typ = Typ[Int]
const.go#L92: case Int:
index.go#L424: check.convertUntyped(x, Typ[Int])
index.go#L443: if !representableConst(x.val, check, Typ[Int], &x.val) {
predicates.go#L531: return Typ[Int]
range.go#L59: typ: Typ[Int],
range.go#L225: return Typ[Int], universeRune, "", true // use 'rune' name
range.go#L234: return Typ[Int], typ.elem, "", true
range.go#L236: return Typ[Int], typ.elem, "", true
typexpr.go#L534: 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],