Home
last modified time | relevance | path

Searched refs:IsBinaryOp (Results 1 – 5 of 5) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/render/
Drender.go174 if prevID != 0 && tok.ID.IsUnaryOp() && tok.ID.IsBinaryOp() {
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dassert.go235 if !n.Operator().IsBinaryOp() {
Dbounds.go387 } else if condition.Operator().IsBinaryOp() && condition.Operator() != t.IDAs {
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go63 func (x ID) IsBinaryOp() bool { return minOp <= x && x <= maxOp && binaryForms[x] != 0 } func
/third_party/flutter/skia/third_party/externals/wuffs/lang/parse/
Dparse.go1081 if x := p.peek1(); x.IsBinaryOp() {