Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for proident (0.17 sec)

  1. src/cmd/cgo/gcc.go

    	goVoidPtr                              ast.Expr // unsafe.Pointer or *byte
    
    	ptrSize int64
    	intSize int64
    }
    
    var tagGen int
    var typedef = make(map[string]*Type)
    var goIdent = make(map[string]*ast.Ident)
    
    // unionWithPointer is true for a Go type that represents a C union (or class)
    // that may contain a pointer. This is used for cgo pointer checking.
    Go
    - Registered: Tue Apr 23 11:13:09 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top