Searched refs:checkTypeCtors (Results 1 – 1 of 1) sorted by relevance
/external/syzkaller/pkg/compiler/ |
D | check.go | 479 comp.checkTypeCtors(arg.Type, prog.DirIn, true, ctors, checked) 482 comp.checkTypeCtors(n.Ret, prog.DirOut, true, ctors, checked) 499 func (comp *compiler) checkTypeCtors(t *ast.Type, dir prog.Dir, isArg bool, func 526 comp.checkTypeCtors(fld.Type, dir, false, ctors, checked) 536 comp.checkTypeCtors(arg, dir, desc.Args[i].IsArg, ctors, checked)
|