Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Void = types.Typ[types.UntypedNil] UnsafePointer = types.Typ[types.UnsafePointer] Int = types.Typ[types.Int32] Uint = types.Typ[types.Uint32] Long = types.Typ[uintptr(types.Int32)+unsafe.Sizeof(0)>>3] // int32/int64 Ulong = types.Typ[uintptr(types.Uint32)+unsafe.Sizeof(0)>>3] // uint32/uint64 NotImpl = UnsafePointer LongDouble = types.Typ[types.Float64] )
View Source
var ( ValistTag types.Type Valist types.Type = types.NewSlice(gogen.TyEmptyInterface) )
Functions ¶
func MangledName ¶ added in v0.3.6
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.