Searched refs:tokInt (Results 1 – 3 of 3) sorted by relevance
/external/syzkaller/pkg/ast/ |
D | parser.go | 197 p.expect(tokInt, tokIdent, tokCExpr) 315 case tokInt, tokIdent: 320 p.expect(tokInt, tokIdent, tokString) 414 case tokInt: 424 p.expect(tokInt, tokIdent, tokString) 431 case tokInt: 436 p.expect(tokInt, tokIdent) 481 case tokInt: 486 p.expect(tokInt, tokIdent)
|
D | scanner.go | 24 tokInt const 63 tokInt: "int", 154 tok = tokInt 157 tok = tokInt
|
D | ast.go | 191 return n.Pos, tok2str[tokInt], ""
|