Home
last modified time | relevance | path

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

/external/syzkaller/pkg/ast/
Dast.go58 type Incdir struct { struct
63 func (n *Incdir) Info() (Pos, string, string) { argument
Dclone.go34 func (n *Incdir) Clone() Node {
35 return &Incdir{
Dwalk.go33 func (n *Incdir) Walk(cb func(Node)) {
Dparser.go220 func (p *parser) parseIncdir() *Incdir {
223 return &Incdir{
Dformat.go69 func (inc *Incdir) serialize(w io.Writer) {
/external/syzkaller/pkg/compiler/
Dconsts.go45 case *ast.Incdir:
Dcheck.go48 case *ast.Incdir: