Searched defs:fixedType (Results 1 – 2 of 2) sorted by relevance
515 type fixedType struct { struct516 size uint517 align uint518 kind Kind519 name string523 fixedType anonMember527 fixedType anonMember530 func (typе *fixedType) Align(Arch) uint {534 func (typе *fixedType) Bits(Arch) uint {538 func (typе *fixedType) DeclareVar(var_name string, arch Arch) string {[all …]
288 TagType fixedType = definition->defaultType; in buildEntry() local