Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for argStore (0.18 sec)

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

    	dupe := x.commonSelectors[sk]
    	if dupe != nil {
    		if a == nil {
    			return dupe
    		}
    		a.copyOf(dupe)
    		return a
    	}
    
    	var argStore [10]*Value
    	args := argStore[:0]
    
    	addArg := func(a0 *Value) {
    		if a0 == nil {
    			as := "<nil>"
    			if a != nil {
    				as = a.LongString()
    			}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 28 05:13:40 UTC 2023
    - 31.9K bytes
    - Viewed (0)
Back to top