Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CgocallDone (0.15 sec)

  1. src/cmd/cgo/out.go

    		}
    	}
    
    	if *gccgo {
    		// Gccgo style hooks.
    		fmt.Fprint(fgo2, "\n")
    		conf.Fprint(fgo2, fset, d)
    		fmt.Fprint(fgo2, " {\n")
    		if !inProlog {
    			fmt.Fprint(fgo2, "\tdefer syscall.CgocallDone()\n")
    			fmt.Fprint(fgo2, "\tsyscall.Cgocall()\n")
    		}
    		if n.AddError {
    			fmt.Fprint(fgo2, "\tsyscall.SetErrno(0)\n")
    		}
    		fmt.Fprint(fgo2, "\t")
    		if !void {
    			fmt.Fprint(fgo2, "r := ")
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 29 16:41:10 UTC 2024
    - 59.6K bytes
    - Viewed (0)
Back to top