Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for unsafeslice64 (0.27 sec)

  1. src/cmd/compile/internal/walk/builtin.go

    	// Type checking guarantees that TIDEAL len/cap are positive and fit in an int.
    	// The case of len or cap overflow when converting TUINT or TUINTPTR to TINT
    	// will be handled by the negative range checks in unsafeslice during runtime.
    	if ir.ShouldCheckPtr(ir.CurFunc, 1) {
    		fnname := "unsafeslicecheckptr"
    		fn := typecheck.LookupRuntime(fnname)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 22:35:22 UTC 2024
    - 31.2K bytes
    - Viewed (0)
Back to top