Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/walk/order.go

    	o.append(ir.NewIfStmt(base.Pos,
    		ir.NewBinaryExpr(base.Pos, ir.OEQ, counter, ir.NewInt(base.Pos, 0xff)),
    		[]ir.Node{ir.NewAssignStmt(base.Pos, counter, ir.NewInt(base.Pos, 1))},
    		[]ir.Node{ir.NewAssignOpStmt(base.Pos, ir.OADD, counter, ir.NewInt(base.Pos, 1))}))
    }
    
    // orderBlock orders the block of statements in n into a new slice,
    // and then replaces the old slice in n with the new slice.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 08 02:00:33 UTC 2024
    - 42.7K bytes
    - Viewed (0)
Back to top