Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dstring.go63 case n.id0.IsXAssociativeOp():
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dexpr.go50 case op.IsXAssociativeOp():
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go120 func (x ID) IsXAssociativeOp() bool { return minXOp <= x && x <= maxXOp && associativeForms[x] != 0… func
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dtype.go337 case op.IsXAssociativeOp():
Dbounds.go813 case op.IsXAssociativeOp():