Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for retStmt (0.07 sec)

  1. src/cmd/compile/internal/rangefunc/rewrite.go

    			}
    
    			if loop.checkBreak {
    				list = append(list, r.ifNext(syntax.Eql, depthStep, true, r.setStateAt(curLoopIndex, abi.RF_DONE), retStmt(r.useObj(r.false))))
    			}
    
    			if loop.checkContinue || loop.checkBreak {
    				list = append(list, r.ifNext(syntax.Gtr, 0, false, r.setStateAt(curLoopIndex, abi.RF_DONE), retStmt(r.useObj(r.false))))
    			}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:05:44 UTC 2024
    - 41.6K bytes
    - Viewed (0)
Back to top