Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for writeOutputFunc (0.12 sec)

  1. src/cmd/cgo/out.go

    	fmt.Fprintf(fgcc, "%s\n", gccProlog)
    	fmt.Fprintf(fgcc, "%s\n", tsanProlog)
    	fmt.Fprintf(fgcc, "%s\n", msanProlog)
    
    	for _, key := range nameKeys(f.Name) {
    		n := f.Name[key]
    		if n.FuncType != nil {
    			p.writeOutputFunc(fgcc, n)
    		}
    	}
    
    	fgo1.Close()
    	fgcc.Close()
    }
    
    // fixGo converts the internal Name.Go field into the name we should show
    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