HomeSort by relevance Sort by last modified time
    Searched defs:representable (Results 1 - 2 of 2) sorted by null

  /prebuilts/go/darwin-x86/src/go/types/
expr.go 46 that become fully typed must now be representable by the full type (constant
52 constant lhs must be representable as an integer.
126 // Typed constants must be representable in
132 check.representable(x, typ)
187 // representable floating-point and complex values, and to an Int
323 // representable checks that a constant operand is representable in the given basic type.
324 func (check *Checker) representable(x *operand, typ *Basic) { func
355 // Also, if x is a constant, it must be representable as a value of typ,
449 // We already know from the shift check that it is representable
    [all...]
  /prebuilts/go/linux-x86/src/go/types/
expr.go 46 that become fully typed must now be representable by the full type (constant
52 constant lhs must be representable as an integer.
126 // Typed constants must be representable in
132 check.representable(x, typ)
187 // representable floating-point and complex values, and to an Int
323 // representable checks that a constant operand is representable in the given basic type.
324 func (check *Checker) representable(x *operand, typ *Basic) { func
355 // Also, if x is a constant, it must be representable as a value of typ,
449 // We already know from the shift check that it is representable
    [all...]

Completed in 153 milliseconds