Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for tcCall (0.28 sec)

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

    			aux := ssa.StaticAuxCall(calleeLSym, params)
    			call = s.newValue0A(ssa.OpStaticLECall, aux.LateExpansionResultType(), aux)
    			if k == callTail {
    				call.Op = ssa.OpTailLECall
    				stksize = 0 // Tail call does not use stack. We reuse caller's frame.
    			}
    		default:
    			s.Fatalf("bad call type %v %v", n.Op(), n)
    		}
    		call.AddArgs(callArgs...)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 284.9K bytes
    - Viewed (0)
  2. ChangeLog.md

    - [`KT-64080`](https://youtrack.jetbrains.com/issue/KT-64080) K2: Analysis API: On-air resolve does not trigger resolution of delegated super call arguments
    - [`KT-64243`](https://youtrack.jetbrains.com/issue/KT-64243) K2: proper lazy resolution for fake overrides
    Registered: Wed Jun 12 09:53:16 UTC 2024
    - Last Modified: Mon May 27 17:14:23 UTC 2024
    - 292.1K bytes
    - Viewed (0)
  3. pkg/registry/core/service/storage/storage_test.go

    // Most tests will call this.
    func helpTestCreateUpdateDelete(t *testing.T, testCases []cudTestCase) {
    	t.Helper()
    	helpTestCreateUpdateDeleteWithFamilies(t, testCases, []api.IPFamily{api.IPv4Protocol, api.IPv6Protocol})
    }
    
    func helpTestCreateUpdateDeleteWithFamilies(t *testing.T, testCases []cudTestCase, ipFamilies []api.IPFamily) {
    	// NOTE: do not call t.Helper() here.  It's more useful for errors to be
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 440.2K bytes
    - Viewed (0)
Back to top