Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for SLID (0.03 sec)

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

    	addVarSlot := func(name *ir.Name, typ *types.Type) {
    		sl := LocalSlot{N: name, Type: typ, Off: 0}
    		rval.Vars = append(rval.Vars, name)
    		rval.Slots = append(rval.Slots, sl)
    		slid := len(rval.VarSlots)
    		rval.VarSlots = append(rval.VarSlots, []SlotID{SlotID(slid)})
    	}
    
    	// Make an initial pass to populate the vars/slots for our return
    	// value, covering first the input parameters and then (if needed)
    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