const go/constant.Int
14 uses
go/constant (current package)
kind_string.go#L14: _ = x[Int-3]
value.go#L41: Int
value.go#L107: func (int64Val) Kind() Kind { return Int }
value.go#L108: func (intVal) Kind() Kind { return Int }
go/types
expr.go#L112: if x.val.Kind() == constant.Int && constant.BitLen(x.val) > prec {
expr.go#L290: if x.Kind() != constant.Int {
expr.go#L904: if allInteger(x.typ) || isUntyped(x.typ) && xval != nil && xval.Kind() == constant.Int {
expr.go#L922: if yval.Kind() == constant.Int && constant.Sign(yval) < 0 {
expr.go#L1665: case constant.Int:
stmt.go#L206: case constant.Int:
typexpr.go#L524: if val := constant.ToInt(x.val); val.Kind() == constant.Int {
golang.org/x/tools/internal/gcimporter
bexport.go#L572: case constant.Int:
bexport.go#L623: } else if num, denom := constant.Num(x), constant.Denom(x); num.Kind() == constant.Int {
iexport.go#L958: } else if num, denom := constant.Num(x), constant.Denom(x); num.Kind() == constant.Int {
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)