Home
last modified time | relevance | path

Searched refs:tokCExpr (Results 1 – 2 of 2) sorted by relevance

/external/syzkaller/pkg/ast/
Dscanner.go23 tokCExpr const
62 tokCExpr: "CEXPR",
136 tok = tokCExpr
141 tok = tokCExpr
Dparser.go197 p.expect(tokInt, tokIdent, tokCExpr)
199 if p.tok == tokCExpr {
515 p.consume(tokCExpr)