Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for returnsFunc (0.09 sec)

  1. src/cmd/compile/internal/inline/inlheur/testdata/props/returns2.go

    // <endcallsites>
    // <endfuncpreamble>
    func T_chained_indirect_call(x, y int) {
    	// Here 'returnsFunc' returns an inlinable func that feeds
    	// directly into a call (no named intermediate).
    	G += returnsFunc(x - y)(x + y)
    }
    
    // returns2.go T_chained_conc_iface_call 144 0 1
    // <endpropsdump>
    // {"Flags":0,"ParamFlags":[0,0],"ResultFlags":null}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Nov 16 20:15:01 UTC 2023
    - 5.7K bytes
    - Viewed (0)
Back to top