Searched refs:IDOpenParen (Results 1 – 12 of 12) sorted by relevance
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | optimize.go | 36 if n.Operator() != t.IDOpenParen { 68 if lhs.Operator() != t.IDOpenParen || len(lhs.Args()) != 0 {
|
D | bounds.go | 343 if (x.Operator() != t.IDOpenParen) || (len(x.Args()) != 0) { 835 case t.IDOpenParen: 1094 if x.Operator() != t.IDOpenParen || len(x.Args()) != 0 { 1279 x = a.NewExpr(0, t.IDOpenParen, 0, 0, x.AsNode(), nil, nil, nil)
|
D | type.go | 410 case t.IDOpenParen:
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | var.go | 35 if q.Operator() != t.IDOpenParen { 171 if n.Operator() != t.IDOpenParen { 196 if n.Operator() != t.IDOpenParen {
|
D | builtin.go | 33 if n.Operator() != t.IDOpenParen { 539 if (n.Operator() != t.IDOpenParen) || (!n.Effect().Coroutine()) {
|
D | resume.go | 304 case t.IDOpenParen:
|
D | statement.go | 107 if !doWork && (rhs.Operator() == t.IDOpenParen) && (len(g.currFunk.derivedVars) > 0) {
|
D | expr.go | 91 case t.IDOpenParen:
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | list.go | 209 IDOpenParen = ID(0x02) const 612 IDOpenParen: "(", 951 '(': IDOpenParen, 1190 IDOpenParen: true,
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/ |
D | parse.go | 250 if x := p.peek1(); x == t.IDOpenParen { 302 if x := p.peek1(); x != t.IDOpenParen { 733 if (rhs.Operator() != t.IDOpenParen) || (!rhs.Effect().Coroutine()) { 787 if x := p.peek1(); x != t.IDOpenParen { 917 if x := p.peek1(); x != t.IDOpenParen { 1142 case x == t.IDOpenParen: 1172 case t.IDOpenParen: 1177 lhs = a.NewExpr(flags, t.IDOpenParen, 0, 0, lhs.AsNode(), nil, nil, args)
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/render/ |
D | render.go | 150 if tok.ID != t.IDOpenParen || !isCloseIdentStrLiteral(tm, prevID) {
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | string.go | 88 case t.IDOpenParen:
|