Home
last modified time | relevance | path

Searched defs:structGen (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/pkg/compiler/
Dgen.go118 type structGen struct { struct
119 comp *compiler
120 padded map[interface{}]bool
121 detach map[**prog.StructDesc]bool
122 structs []*prog.KeyedStruct
125 func (ctx *structGen) check(key prog.StructKey, descp **prog.StructDesc) bool {
150 func (ctx *structGen) walk(t0 prog.Type) {
163 func (ctx *structGen) walkArray(t *prog.ArrayType) {
180 func (ctx *structGen) walkStruct(t *prog.StructType) {
218 func (ctx *structGen) walkUnion(t *prog.UnionType) {