Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Skinner (0.2 sec)

  1. src/cmd/cgo/gcc.go

    				name = st.Field[0].Name
    				ident[name] = name
    				ft = st.Field[0].Type
    			}
    		}
    
    		// TODO: Handle fields that are anonymous structs by
    		// promoting the fields of the inner struct.
    
    		t := c.Type(ft, pos)
    		tgo := t.Go
    		size := t.Size
    		talign := t.Align
    		if f.BitOffset > 0 || f.BitSize > 0 {
    			// The layout of bitfields is implementation defined,
    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