Home
last modified time | relevance | path

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

/external/syzkaller/pkg/ast/
Dparser.go129 case tokIdent:
148 p.expect(tokComment, tokDefine, tokInclude, tokResource, tokIdent)
197 p.expect(tokInt, tokIdent, tokCExpr)
257 p.expect(tokLBrack, tokIdent)
315 case tokInt, tokIdent:
320 p.expect(tokInt, tokIdent, tokString)
417 case tokIdent:
424 p.expect(tokInt, tokIdent, tokString)
433 case tokIdent:
436 p.expect(tokInt, tokIdent)
[all …]
Dscanner.go17 tokIdent const
56 tokIdent: "identifier",
138 case s.prev2 == tokDefine && s.prev1 == tokIdent:
248 tok = tokIdent
Dast.go160 return n.Pos, tok2str[tokIdent], n.Name