Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. src/cmd/cgo/gcc.go

    	// CFTypeRef is a supertype of those, so it can have bad pointers in it as well.
    	// We return true for the other *Ref types just so casting between them is easier.
    	// We identify the correct set of types as those ending in Ref and for which
    	// there exists a corresponding GetTypeID function.
    	// See comment below for details about the bad pointers.
    	if goos != "darwin" && goos != "ios" {
    		return false
    	}
    	s := dt.Name
    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