Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for T_forloops3 (0.15 sec)

  1. src/cmd/compile/internal/inline/inlheur/testdata/props/funcflags.go

    // <endfuncpreamble>
    func T_forloops2(x int) {
    	for {
    		println("blah")
    		if true {
    			break
    		}
    		panic("warg")
    	}
    }
    
    // funcflags.go T_forloops3 195 0 1
    // <endpropsdump>
    // {"Flags":0,"ParamFlags":[0],"ResultFlags":null}
    // <endcallsites>
    // <endfuncpreamble>
    func T_forloops3(x int) {
    	for i := 0; i < 101; i++ {
    		println("blah")
    		if true {
    			continue
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:01 UTC 2023
    - 6.5K bytes
    - Viewed (0)
Back to top