Home
last modified time | relevance | path

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

/external/syzkaller/pkg/compiler/
Dcheck.go571 type pathElem struct { struct
572 Pos ast.Pos
573 Struct string
574 Field string
577 func (comp *compiler) checkStructRecursion(checked map[string]bool, n *ast.Struct, path []pathElem)…
608 func (comp *compiler) recurseField(checked map[string]bool, t *ast.Type, path []pathElem) {