Home
last modified time | relevance | path

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

/external/syzkaller/pkg/ast/
Dscanner.go18 tokInclude const
57 tokInclude: "include",
78 "include": tokInclude,
Dast.go55 return n.Pos, tok2str[tokInclude], ""
64 return n.Pos, tok2str[tokInclude], ""
Dparser.go123 case tokInclude:
148 p.expect(tokComment, tokDefine, tokInclude, tokResource, tokIdent)
213 p.consume(tokInclude)