Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for blockBranches (0.14 sec)

  1. src/go/types/labels.go

    			return t
    		}
    	}
    	return nil
    }
    
    // blockBranches processes a block's statement list and returns the set of outgoing forward jumps.
    // all is the scope of all declared labels, parent the set of labels declared in the immediately
    // enclosing block, and lstmt is the labeled statement this block is associated with (or nil).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 7.2K bytes
    - Viewed (0)
  2. src/cmd/compile/internal/types2/labels.go

    			return t
    		}
    	}
    	return nil
    }
    
    // blockBranches processes a block's statement list and returns the set of outgoing forward jumps.
    // all is the scope of all declared labels, parent the set of labels declared in the immediately
    // enclosing block, and lstmt is the labeled statement this block is associated with (or nil).
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 30 19:19:55 UTC 2024
    - 7.2K bytes
    - Viewed (0)
Back to top