Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for builtinDefs (0.07 sec)

  1. src/cmd/cgo/gcc.go

    				}
    				break
    			}
    			error_(r.Pos(), "call of non-function C.%s", fixGo(r.Name.Go))
    			break
    		}
    		if r.Context == ctxCall2 {
    			if builtinDefs[r.Name.Go] != "" {
    				error_(r.Pos(), "no two-result form for C.%s", r.Name.Go)
    				break
    			}
    			// Invent new Name for the two-result function.
    			n := f.Name["2"+r.Name.Go]
    			if n == nil {
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
Back to top