Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for zero2_ssa (0.11 sec)

  1. src/cmd/compile/internal/test/testdata/zero_test.go

    	}
    }
    
    type Z2 struct {
    	pre  [8]byte
    	mid  [2]byte
    	post [8]byte
    }
    
    //go:noinline
    func zero2_ssa(x *[2]byte) {
    	*x = [2]byte{}
    }
    func testZero2(t *testing.T) {
    	a := Z2{[8]byte{255, 255, 255, 255, 255, 255, 255, 255}, [2]byte{255, 255}, [8]byte{255, 255, 255, 255, 255, 255, 255, 255}}
    	zero2_ssa(&a.mid)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Dec 23 06:40:04 UTC 2020
    - 49.6K bytes
    - Viewed (0)
Back to top