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#L1241: if v, ok := constant.Int64Val(x); ok {
index.go#L408: v, ok := constant.Int64Val(x.val)
stmt.go#L207: if x, ok := constant.Int64Val(val); ok {
typexpr.go#L502: if n, ok := constant.Int64Val(val); ok && n >= 0 {
golang.org/x/tools/internal/gcimporter
iexport.go#L1320: if i64, exact := constant.Int64Val(v); exact {
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)