Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for saker (0.15 sec)

  1. src/cmd/cgo/gcc.go

    				typedef[sub.Go.(*ast.Ident).Name].C = t.C
    			}
    
    			// If we've seen this typedef before, and it
    			// was an anonymous struct/union/class before
    			// too, use the old definition.
    			// TODO: it would be safer to only do this if
    			// we verify that the types are the same.
    			if oldType != nil && isStructUnionClass(oldType.Go) {
    				t.Go = oldType.Go
    			}
    		}
    
    	case *dwarf.UcharType:
    		if t.Size != 1 {
    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