Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for tt (0.11 sec)

  1. src/cmd/cgo/gcc.go

    			if t.C.Empty() {
    				t.C.Set(csyntax)
    			}
    			t.Align = align
    			tt := *t
    			if tag != "" {
    				tt.C = &TypeRepr{"struct %s", []interface{}{tag}}
    			}
    			tt.Go = g
    			if c.incompleteStructs[tag] {
    				tt.Go = c.Ident(incomplete)
    			}
    			typedef[name.Name] = &tt
    		}
    
    	case *dwarf.TypedefType:
    		// Record typedef for printing.
    		if dt.Name == "_GoString_" {
    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