Home
last modified time | relevance | path

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

/prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
Dwalk.go51 type walker struct { struct
52 v Visitor
55 func (w walker) node(n Node) {
318 func (w walker) declList(list []Decl) {
324 func (w walker) exprList(list []Expr) {
330 func (w walker) stmtList(list []Stmt) {
336 func (w walker) nameList(list []*Name) {
342 func (w walker) fieldList(list []*Field) {
/prebuilts/go/linux-x86/src/cmd/compile/internal/types2/
Dstdlib_test.go459 type walker struct { struct
460 pkgh func(dir string, filenames []string)
461 errh func(args ...any)
464 func (w *walker) walk(dir string) {
/prebuilts/go/linux-x86/src/go/types/
Dstdlib_test.go460 type walker struct { struct
461 pkgh func(dir string, filenames []string)
462 errh func(args ...any)
465 func (w *walker) walk(dir string) {