Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for fixGo (0.02 sec)

  1. src/cmd/cgo/gcc.go

    			if r.Name.Kind == "type" {
    				r.Context = ctxType
    				if r.Name.Type == nil {
    					error_(r.Pos(), "invalid conversion to C.%s: undefined C type '%s'", fixGo(r.Name.Go), r.Name.C)
    				}
    				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)
    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