Home
last modified time | relevance | path

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

/external/syzkaller/pkg/compiler/
Dcheck.go548 var path []pathElem
571 type pathElem struct { struct
577 func (comp *compiler) checkStructRecursion(checked map[string]bool, n *ast.Struct, path []pathElem)… argument
597 path = append(path, pathElem{
608 func (comp *compiler) recurseField(checked map[string]bool, t *ast.Type, path []pathElem) { argument