HomeSort by relevance Sort by last modified time
    Searched refs:Int64Val (Results 1 - 15 of 15) sorted by null

  /prebuilts/go/darwin-x86/src/cmd/vet/
shift.go 54 amt, ok := constant.Int64Val(v)
  /prebuilts/go/linux-x86/src/cmd/vet/
shift.go 54 amt, ok := constant.Int64Val(v)
  /prebuilts/go/darwin-x86/src/go/types/
conversions.go 25 if i, ok := constant.Int64Val(x.val); ok {
typexpr.go 390 if n, ok := constant.Int64Val(val); ok && n >= 0 {
expr.go 204 if x, ok := constant.Int64Val(x); ok {
861 i, valid = constant.Int64Val(constant.ToInt(x.val))
    [all...]
stmt.go 186 if x, ok := constant.Int64Val(val); ok {
  /prebuilts/go/linux-x86/src/go/types/
conversions.go 25 if i, ok := constant.Int64Val(x.val); ok {
typexpr.go 390 if n, ok := constant.Int64Val(val); ok && n >= 0 {
expr.go 204 if x, ok := constant.Int64Val(x); ok {
861 i, valid = constant.Int64Val(constant.ToInt(x.val))
    [all...]
stmt.go 186 if x, ok := constant.Int64Val(val); ok {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winevt.h 278 INT64 Int64Val;
  /prebuilts/go/darwin-x86/src/go/constant/
value_test.go 360 s, _ := Int64Val(y)
value.go 71 int64Val int64 // Int values representable as an int64
81 func (int64Val) Kind() Kind { return Int }
108 func (x int64Val) String() string { return strconv.FormatInt(int64(x), 10) }
164 func (x int64Val) ExactString() string { return x.String() }
184 func (int64Val) implementsValue() {}
194 func i64toi(x int64Val) intVal { return intVal{newInt().SetInt64(int64(x))} }
195 func i64tor(x int64Val) ratVal { return ratVal{newRat().SetInt64(int64(x))} }
196 func i64tof(x int64Val) floatVal { return floatVal{newFloat().SetInt64(int64(x))} }
206 func vtoc(x Value) complexVal { return complexVal{x, int64Val(0)} }
215 return int64Val(x.Int64()
    [all...]
  /prebuilts/go/linux-x86/src/go/constant/
value_test.go 360 s, _ := Int64Val(y)
value.go 71 int64Val int64 // Int values representable as an int64
81 func (int64Val) Kind() Kind { return Int }
108 func (x int64Val) String() string { return strconv.FormatInt(int64(x), 10) }
164 func (x int64Val) ExactString() string { return x.String() }
184 func (int64Val) implementsValue() {}
194 func i64toi(x int64Val) intVal { return intVal{newInt().SetInt64(int64(x))} }
195 func i64tor(x int64Val) ratVal { return ratVal{newRat().SetInt64(int64(x))} }
196 func i64tof(x int64Val) floatVal { return floatVal{newFloat().SetInt64(int64(x))} }
206 func vtoc(x Value) complexVal { return complexVal{x, int64Val(0)} }
215 return int64Val(x.Int64()
    [all...]

Completed in 831 milliseconds