Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for sub2_ssa (0.1 sec)

  1. src/cmd/compile/internal/test/testdata/gen/zeroGen.go

    		fmt.Fprintf(w, "func zero%du1_ssa(t *Z%du1) {\n", s, s)
    		fmt.Fprintf(w, "  t.val = [%d]byte{}\n", s)
    		fmt.Fprintf(w, "}\n")
    
    		// function being tested
    		fmt.Fprintf(w, "//go:noinline\n")
    		fmt.Fprintf(w, "func zero%du2_ssa(t *Z%du2) {\n", s, s)
    		fmt.Fprintf(w, "  t.val = [%d]byte{}\n", s)
    		fmt.Fprintf(w, "}\n")
    
    		// testing harness
    		fmt.Fprintf(w, "func testZero%du(t *testing.T) {\n", s)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Sep 20 02:13:02 UTC 2022
    - 4.1K bytes
    - Viewed (0)
Back to top