Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 101 for setoverflow (0.2 sec)

  1. src/cmd/compile/internal/types2/const.go

    	if x.val.Kind() == constant.Int && constant.BitLen(x.val) > prec {
    		op := opName(x.expr)
    		if op != "" {
    			op += " "
    		}
    		check.errorf(atPos(opPos), InvalidConstVal, "constant %soverflow", op)
    		x.val = constant.MakeUnknown()
    	}
    }
    
    // representableConst reports whether x can be represented as
    // value of the given basic type and for the configuration
    // provided (only needed for int/uint sizes).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Feb 22 19:32:17 UTC 2024
    - 7.5K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc.go

    	ENOTRECOVERABLE = syscall.Errno(0x83)
    	ENOTSOCK        = syscall.Errno(0x58)
    	ENOTSUP         = syscall.Errno(0x5f)
    	ENOTUNIQ        = syscall.Errno(0x4c)
    	EOPNOTSUPP      = syscall.Errno(0x5f)
    	EOVERFLOW       = syscall.Errno(0x4b)
    	EOWNERDEAD      = syscall.Errno(0x82)
    	EPFNOSUPPORT    = syscall.Errno(0x60)
    	EPROTO          = syscall.Errno(0x47)
    	EPROTONOSUPPORT = syscall.Errno(0x5d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.8K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mipsle.go

    	ENOTRECOVERABLE = syscall.Errno(0xa6)
    	ENOTSOCK        = syscall.Errno(0x5f)
    	ENOTSUP         = syscall.Errno(0x7a)
    	ENOTUNIQ        = syscall.Errno(0x50)
    	EOPNOTSUPP      = syscall.Errno(0x7a)
    	EOVERFLOW       = syscall.Errno(0x4f)
    	EOWNERDEAD      = syscall.Errno(0xa5)
    	EPFNOSUPPORT    = syscall.Errno(0x7b)
    	EPROTO          = syscall.Errno(0x47)
    	EPROTONOSUPPORT = syscall.Errno(0x78)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  4. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_amd64.go

    	ENOTRECOVERABLE = syscall.Errno(0x83)
    	ENOTSOCK        = syscall.Errno(0x58)
    	ENOTSUP         = syscall.Errno(0x5f)
    	ENOTUNIQ        = syscall.Errno(0x4c)
    	EOPNOTSUPP      = syscall.Errno(0x5f)
    	EOVERFLOW       = syscall.Errno(0x4b)
    	EOWNERDEAD      = syscall.Errno(0x82)
    	EPFNOSUPPORT    = syscall.Errno(0x60)
    	EPROTO          = syscall.Errno(0x47)
    	EPROTONOSUPPORT = syscall.Errno(0x5d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 04 16:19:04 UTC 2024
    - 34.2K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_loong64.go

    	ENOTRECOVERABLE = syscall.Errno(0x83)
    	ENOTSOCK        = syscall.Errno(0x58)
    	ENOTSUP         = syscall.Errno(0x5f)
    	ENOTUNIQ        = syscall.Errno(0x4c)
    	EOPNOTSUPP      = syscall.Errno(0x5f)
    	EOVERFLOW       = syscall.Errno(0x4b)
    	EOWNERDEAD      = syscall.Errno(0x82)
    	EPFNOSUPPORT    = syscall.Errno(0x60)
    	EPROTO          = syscall.Errno(0x47)
    	EPROTONOSUPPORT = syscall.Errno(0x5d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 33.9K bytes
    - Viewed (0)
  6. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips.go

    	ENOTRECOVERABLE = syscall.Errno(0xa6)
    	ENOTSOCK        = syscall.Errno(0x5f)
    	ENOTSUP         = syscall.Errno(0x7a)
    	ENOTUNIQ        = syscall.Errno(0x50)
    	EOPNOTSUPP      = syscall.Errno(0x7a)
    	EOVERFLOW       = syscall.Errno(0x4f)
    	EOWNERDEAD      = syscall.Errno(0xa5)
    	EPFNOSUPPORT    = syscall.Errno(0x7b)
    	EPROTO          = syscall.Errno(0x47)
    	EPROTONOSUPPORT = syscall.Errno(0x78)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  7. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_mips64.go

    	ENOTRECOVERABLE = syscall.Errno(0xa6)
    	ENOTSOCK        = syscall.Errno(0x5f)
    	ENOTSUP         = syscall.Errno(0x7a)
    	ENOTUNIQ        = syscall.Errno(0x50)
    	EOPNOTSUPP      = syscall.Errno(0x7a)
    	EOVERFLOW       = syscall.Errno(0x4f)
    	EOWNERDEAD      = syscall.Errno(0xa5)
    	EPFNOSUPPORT    = syscall.Errno(0x7b)
    	EPROTO          = syscall.Errno(0x47)
    	EPROTONOSUPPORT = syscall.Errno(0x78)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 34.7K bytes
    - Viewed (0)
  8. src/go/types/const.go

    	if x.val.Kind() == constant.Int && constant.BitLen(x.val) > prec {
    		op := opName(x.expr)
    		if op != "" {
    			op += " "
    		}
    		check.errorf(atPos(opPos), InvalidConstVal, "constant %soverflow", op)
    		x.val = constant.MakeUnknown()
    	}
    }
    
    // representableConst reports whether x can be represented as
    // value of the given basic type and for the configuration
    // provided (only needed for int/uint sizes).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Apr 03 18:48:38 UTC 2024
    - 7.6K bytes
    - Viewed (0)
  9. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_sparc64.go

    	ENOTRECOVERABLE = syscall.Errno(0x85)
    	ENOTSOCK        = syscall.Errno(0x26)
    	ENOTSUP         = syscall.Errno(0x2d)
    	ENOTUNIQ        = syscall.Errno(0x73)
    	EOPNOTSUPP      = syscall.Errno(0x2d)
    	EOVERFLOW       = syscall.Errno(0x5c)
    	EOWNERDEAD      = syscall.Errno(0x84)
    	EPFNOSUPPORT    = syscall.Errno(0x2e)
    	EPROCLIM        = syscall.Errno(0x43)
    	EPROTO          = syscall.Errno(0x56)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 38.7K bytes
    - Viewed (0)
  10. src/cmd/vendor/golang.org/x/sys/unix/zerrors_linux_ppc64.go

    	ENOTRECOVERABLE = syscall.Errno(0x83)
    	ENOTSOCK        = syscall.Errno(0x58)
    	ENOTSUP         = syscall.Errno(0x5f)
    	ENOTUNIQ        = syscall.Errno(0x4c)
    	EOPNOTSUPP      = syscall.Errno(0x5f)
    	EOVERFLOW       = syscall.Errno(0x4b)
    	EOWNERDEAD      = syscall.Errno(0x82)
    	EPFNOSUPPORT    = syscall.Errno(0x60)
    	EPROTO          = syscall.Errno(0x47)
    	EPROTONOSUPPORT = syscall.Errno(0x5d)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jan 22 19:00:13 UTC 2024
    - 36.9K bytes
    - Viewed (0)
Back to top