Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for computeBranchNext (0.36 sec)

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

    	}
    
    	bl.List = append(bl.List, ret)
    	setPos(bl, x.Pos())
    	return bl
    }
    
    // computeBranchNext computes the branchNext numbering
    // and determines which labels end up inside which range-over-func loop bodies.
    func (r *rewriter) computeBranchNext() {
    	if r.labelLoop != nil {
    		return
    	}
    
    	r.labelLoop = make(map[string]*syntax.ForStmt)
    	r.branchNext = make(map[branch]int)
    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