func go/constant.Int64Val
7 uses
go/constant (current package)
value.go#L507: func Int64Val(x Value) (int64, bool) {
go/types
const.go#L90: if x, ok := constant.Int64Val(x); ok {
expr.go#L1217: if v, ok := constant.Int64Val(x); ok {
index.go#L407: v, ok := constant.Int64Val(x.val)
stmt.go#L207: if x, ok := constant.Int64Val(val); ok {
typexpr.go#L535: if n, ok := constant.Int64Val(val); ok && n >= 0 {
golang.org/x/tools/internal/gcimporter
iexport.go#L1311: if i64, exact := constant.Int64Val(v); exact {
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)