Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Cuppens (0.14 sec)

  1. src/cmd/cgo/gcc.go

    		// is type T defined as *X, simulate a little of the
    		// laxness of C by making the argument *X instead of T.
    		if ptr, ok := base(dt.Type).(*dwarf.PtrType); ok {
    			// Unless the typedef happens to point to void* since
    			// Go has special rules around using unsafe.Pointer.
    			if _, void := base(ptr.Type).(*dwarf.VoidType); void {
    				break
    			}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
Back to top