Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/cgo/gcc.go

    		// 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) {
    				// Use the typedef name for C code.
    				typedef[sub.Go.(*ast.Ident).Name].C = t.C
    			}
    
    			// If we've seen this typedef before, and it
    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