Searched defs:fixedType (Results 1 – 2 of 2) sorted by relevance
534 type fixedType struct { struct535 size uint536 align uint537 kind Kind538 name string542 fixedType anonMember546 fixedType anonMember549 func (typе *fixedType) Align(Arch) uint {553 func (typе *fixedType) Bits(Arch) uint {557 func (typе *fixedType) DeclareVar(var_name string, arch Arch) string {[all …]
288 TagType fixedType = definition->defaultType; in buildEntry() local