Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for quale (1.1 sec)

  1. src/cmd/cgo/gcc.go

    		if _, ok := base(dt.Type).(*dwarf.VoidType); ok {
    			t.Go = c.goVoidPtr
    			t.C.Set("void*")
    			dq := dt.Type
    			for {
    				if d, ok := dq.(*dwarf.QualType); ok {
    					t.C.Set(d.Qual + " " + t.C.String())
    					dq = d.Type
    				} else {
    					break
    				}
    			}
    			break
    		}
    
    		// Placeholder initialization; completed in FinishType.
    		t.Go = &ast.StarExpr{}
    Go
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Nov 02 16:43:23 GMT 2023
    - 97K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg debug/dwarf, type PtrType struct
    pkg debug/dwarf, type PtrType struct, Type Type
    pkg debug/dwarf, type PtrType struct, embedded CommonType
    pkg debug/dwarf, type QualType struct
    pkg debug/dwarf, type QualType struct, Qual string
    pkg debug/dwarf, type QualType struct, Type Type
    pkg debug/dwarf, type QualType struct, embedded CommonType
    pkg debug/dwarf, type Reader struct
    pkg debug/dwarf, type StructField struct
    Plain Text
    - Registered: Tue May 07 11:14:38 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
Back to top