Searched refs:checkLenType (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/pkg/compiler/ |
D | check.go | 290 comp.checkLenType(arg.Type, arg.Name.Name, n.Args, nil, make(map[string]bool), true) 296 func (comp *compiler) checkLenType(t *ast.Type, name string, fields []*ast.Field, func 311 comp.checkLenType(fld.Type, fld.Name.Name, fields, parents, checked, false) 321 comp.checkLenType(arg, name, fields, parents, checked, argDesc.IsArg)
|