Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for stateConst (0.57 sec)

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

    		// iteratorFunc has exited, check for swallowed panic, and set body state to abi.RF_EXHAUSTED
    		nif := &syntax.IfStmt{
    			Cond: r.cond(syntax.Eql, r.useObj(loop.stateVar), r.stateConst(abi.RF_PANIC)),
    			Then: &syntax.BlockStmt{
    				List: []syntax.Stmt{r.callPanic(start, r.stateConst(abi.RF_MISSING_PANIC))},
    			},
    		}
    		setPos(nif, end)
    		block.List = append(block.List, nif)
    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