Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for guessKinds (0.05 sec)

  1. src/cmd/cgo/gcc.go

    			}
    			n.Define = val
    		}
    	}
    	return gccIsClang
    }
    
    // guessKinds tricks gcc into revealing the kind of each
    // name xxx for the references C.xxx in the Go input.
    // The kind is either a constant, type, or variable.
    func (p *Package) guessKinds(f *File) []*Name {
    	// Determine kinds for names we already know about,
    	// like #defines or 'struct foo', before bothering with gcc.
    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