Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ss (8.74 sec)

  1. src/cmd/cgo/gcc.go

    	case *dwarf.AddrType, *dwarf.BoolType, *dwarf.CharType, *dwarf.ComplexType, *dwarf.IntType, *dwarf.FloatType, *dwarf.UcharType, *dwarf.UintType:
    		s := dtype.Common().Name
    		if s != "" {
    			if ss, ok := dwarfToName[s]; ok {
    				s = ss
    			}
    			s = strings.Replace(s, " ", "", -1)
    			name := c.Ident("_Ctype_" + s)
    			tt := *t
    			typedef[name.Name] = &tt
    			if !*godefs {
    				t.Go = 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