Searched defs:TypeCommon (Results 1 – 2 of 2) sorted by relevance
77 type TypeCommon struct { struct78 TypeName string79 FldName string // for struct fields and named args80 TypeSize uint64 // static size of the type, or 0 for variable size types81 ArgDir Dir82 IsOptional bool83 IsVarlen bool86 func (t *TypeCommon) Name() string {90 func (t *TypeCommon) FieldName() string {94 func (t *TypeCommon) Optional() bool {[all …]
420 func genIntCommon(com prog.TypeCommon, bitLen uint64, bigEndian bool) prog.IntTypeCommon {