Searched defs:unionType (Results 1 – 1 of 1) sorted by relevance
1117 type unionType struct { struct1118 name string1119 fields []FieldInfo1120 align uint1121 bits uint1124 func (typе *unionType) Align(arch Arch) uint {1128 func (typе *unionType) Bits(arch Arch) uint {1132 func (typе *unionType) DeclareVar(var_name string, arch Arch) string {1136 func (typе *unionType) BaseName(arch Arch) string {1140 func (typе *unionType) Name(arch Arch) string {[all …]