Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for _Ctype_class_ (0.1 sec)

  1. src/cmd/cgo/gcc.go

    	id, ok := x.(*ast.Ident)
    	if !ok {
    		return false
    	}
    	name := id.Name
    	return strings.HasPrefix(name, "_Ctype_struct_") ||
    		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 {
    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