Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/compile/internal/ssa/debug.go

    	// The location list data, indexed by VarID. Must be processed by PutLocationList.
    	LocationLists [][]byte
    	// Register-resident output parameters for the function. This is filled in at
    	// SSA generation time.
    	RegOutputParams []*ir.Name
    	// Variable declarations that were removed during optimization
    	OptDcl []*ir.Name
    
    	// Filled in by the user. Translates Block and Value ID to PC.
    	//
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
Back to top