Home
last modified time | relevance | path

Searched refs:IDOpenParen (Results 1 – 12 of 12) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Doptimize.go36 if n.Operator() != t.IDOpenParen {
68 if lhs.Operator() != t.IDOpenParen || len(lhs.Args()) != 0 {
Dbounds.go343 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)
Dtype.go410 case t.IDOpenParen:
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dvar.go35 if q.Operator() != t.IDOpenParen {
171 if n.Operator() != t.IDOpenParen {
196 if n.Operator() != t.IDOpenParen {
Dbuiltin.go33 if n.Operator() != t.IDOpenParen {
539 if (n.Operator() != t.IDOpenParen) || (!n.Effect().Coroutine()) {
Dresume.go304 case t.IDOpenParen:
Dstatement.go107 if !doWork && (rhs.Operator() == t.IDOpenParen) && (len(g.currFunk.derivedVars) > 0) {
Dexpr.go91 case t.IDOpenParen:
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go209 IDOpenParen = ID(0x02) const
612 IDOpenParen: "(",
951 '(': IDOpenParen,
1190 IDOpenParen: true,
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go250 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/
Drender.go150 if tok.ID != t.IDOpenParen || !isCloseIdentStrLiteral(tm, prevID) {
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dstring.go88 case t.IDOpenParen: