Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 8092 (0.06 sec)

  1. src/cmd/compile/internal/ssagen/ssa.go

    					z := s.constInt(types.Types[types.TINT], 0)
    					s.boundsCheck(z, z, ssa.BoundsIndex, false)
    					// The return value won't be live, return junk.
    					// But not quite junk, in case bounds checks are turned off. See issue 48092.
    					return s.zeroVal(n.Type())
    				}
    				len := s.constInt(types.Types[types.TINT], bound)
    				s.boundsCheck(i, len, ssa.BoundsIndex, n.Bounded()) // checks i == 0
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
Back to top