Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for Interchangeable (0.16 sec)

  1. src/cmd/cgo/gcc.go

    			typedef[name.Name] = &tt
    		}
    
    		// If sub.Go.Name is "_Ctype_struct_foo" or "_Ctype_union_foo" or "_Ctype_class_foo",
    		// use that as the Go form for this typedef too, so that the typedef will be interchangeable
    		// with the base type.
    		// In -godefs mode, do this for all typedefs.
    		if isStructUnionClass(sub.Go) || *godefs {
    			t.Go = sub.Go
    
    			if isStructUnionClass(sub.Go) {
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Sep 18 15:07:34 UTC 2024
    - 97.1K bytes
    - Viewed (0)
Back to top