Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for badStructPointerTypedef (0.85 sec)

  1. src/cmd/cgo/gcc.go

    	if ptr, ok := dt.Type.(*dwarf.PtrType); ok {
    		if _, ok := ptr.Type.(*dwarf.VoidType); ok {
    			return true
    		}
    	}
    	return false
    }
    
    // badStructPointerTypedef is like badVoidPointerTypedef but for structs.
    func (c *typeConv) badStructPointerTypedef(name string, dt *dwarf.StructType) bool {
    	// Windows handle types can all potentially contain non-pointers.
    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