Home
last modified time | relevance | path

Searched refs:checkFieldGroup (Results 1 – 1 of 1) sorted by relevance

/external/syzkaller/pkg/compiler/
Dcheck.go160 comp.checkFieldGroup(n.Args, "argument", "syscall "+name)
170 comp.checkFieldGroup(n.Fields, "field", typ+" "+name)
176 func (comp *compiler) checkFieldGroup(fields []*ast.Field, what, ctx string) { func