Home
last modified time | relevance | path

Searched refs:IDXBinaryPlus (Results 1 – 8 of 8) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Ddata.go275 if op != t.IDXBinaryPlus {
298 if op != t.IDXBinaryPlus {
310 t1 := a.NewExpr(0, t.IDXBinaryPlus, 0, 0, xb0.AsNode(), nil, xc0.AsNode(), nil)
336 if op != t.IDXBinaryPlus {
354 if op != t.IDXBinaryPlus {
Dassert.go185 case t.IDXBinaryPlus:
192 if lOp, lLHS, lRHS := parseBinaryOp(lhs); lOp == t.IDXBinaryPlus {
Dtype.go806 case t.IDXBinaryPlus:
Dbounds.go1371 case t.IDXBinaryPlus:
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go303 IDXBinaryPlus = ID(0x58) const
1052 IDXBinaryPlus: IDPlus,
1121 IDPlusEq: IDXBinaryPlus,
1137 IDPlus: IDXBinaryPlus,
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Dstring.go152 t.IDXBinaryPlus: " + ",
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dexpr.go505 t.IDXBinaryPlus: " + ",
Dbuiltin.go479 } else if rhs.Operator() != t.IDXBinaryPlus || !rhs.LHS().AsExpr().Eq(index) {