Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for gopark (0.41 sec)

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

    	// result: @b.Func.Entry (Arg <t> [off] {sym})
    	for {
    		t := v.Type
    		if v_0.Op != OpArg {
    			break
    		}
    		u := v_0.Type
    		off := auxIntToInt32(v_0.AuxInt)
    		sym := auxToSym(v_0.Aux)
    		if !(t.Size() == u.Size()) {
    			break
    		}
    		b = b.Func.Entry
    		v0 := b.NewValue0(v.Pos, OpArg, t)
    		v.copyOf(v0)
    		v0.AuxInt = int32ToAuxInt(off)
    		v0.Aux = symToAux(sym)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Mar 12 19:38:41 UTC 2024
    - 712.7K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Context.BuildTags", Field, 0},
    		{"Context.CgoEnabled", Field, 0},
    		{"Context.Compiler", Field, 0},
    		{"Context.Dir", Field, 14},
    		{"Context.GOARCH", Field, 0},
    		{"Context.GOOS", Field, 0},
    		{"Context.GOPATH", Field, 0},
    		{"Context.GOROOT", Field, 0},
    		{"Context.HasSubdir", Field, 0},
    		{"Context.InstallSuffix", Field, 1},
    		{"Context.IsAbsPath", Field, 0},
    		{"Context.IsDir", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top