Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/cgo/gcc.go

    		}
    		t.Go = c.uintptr
    		t.Align = t.Size
    
    	case *dwarf.ArrayType:
    		if dt.StrideBitSize > 0 {
    			// Cannot represent bit-sized elements in Go.
    			t.Go = c.Opaque(t.Size)
    			break
    		}
    		count := dt.Count
    		if count == -1 {
    			// Indicates flexible array member, which Go doesn't support.
    			// Translate to zero-length array instead.
    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