Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/cgo/gcc.go

    				f.Name["2"+r.Name.Go] = n
    			}
    			expr = getNewIdent(n.Mangle)
    			r.Name = n
    			break
    		}
    	case ctxExpr:
    		switch r.Name.Kind {
    		case "func":
    			if builtinDefs[r.Name.C] != "" {
    				error_(r.Pos(), "use of builtin '%s' not in function call", fixGo(r.Name.C))
    			}
    
    			// Function is being used in an expression, to e.g. pass around a C function pointer.
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top