Home
last modified time | relevance | path

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

/external/syzkaller/pkg/compiler/
Dcheck.go549 comp.checkStructRecursion(checked, n, path)
577 func (comp *compiler) checkStructRecursion(checked map[string]bool, n *ast.Struct, path []pathElem)… func
611 comp.checkStructRecursion(checked, comp.structs[t.Ident], path)