Searched refs:parseStructAttrs (Results 1 – 3 of 3) sorted by relevance
194 packed, sizeAttr, alignAttr := comp.parseStructAttrs(structNode)355 packed, _, alignAttr := comp.parseStructAttrs(comp.structNodes[t.StructDesc])
191 func (comp *compiler) parseStructAttrs(n *ast.Struct) (packed bool, size, align uint64) { func
646 comp.parseStructAttrs(n)1013 if packed, _, _ := comp.parseStructAttrs(n); packed {