Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FuncArg (0.09 sec)

  1. src/cmd/cgo/gcc.go

    		strings.HasPrefix(name, "_Ctype_union_") ||
    		strings.HasPrefix(name, "_Ctype_class_")
    }
    
    // FuncArg returns a Go type with the same memory layout as
    // dtype when used as the type of a C function argument.
    func (c *typeConv) FuncArg(dtype dwarf.Type, pos token.Pos) *Type {
    	t := c.Type(unqual(dtype), pos)
    	switch dt := dtype.(type) {
    	case *dwarf.ArrayType:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 20 15:50:06 UTC 2024
    - 97K bytes
    - Viewed (0)
Back to top