Searched refs:IDXBinaryPlus (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | data.go | 275 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 {
|
D | assert.go | 185 case t.IDXBinaryPlus: 192 if lOp, lLHS, lRHS := parseBinaryOp(lhs); lOp == t.IDXBinaryPlus {
|
D | type.go | 806 case t.IDXBinaryPlus:
|
D | bounds.go | 1371 case t.IDXBinaryPlus:
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | list.go | 303 IDXBinaryPlus = ID(0x58) const 1052 IDXBinaryPlus: IDPlus, 1121 IDPlusEq: IDXBinaryPlus, 1137 IDPlus: IDXBinaryPlus,
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | string.go | 152 t.IDXBinaryPlus: " + ",
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | expr.go | 505 t.IDXBinaryPlus: " + ",
|
D | builtin.go | 479 } else if rhs.Operator() != t.IDXBinaryPlus || !rhs.LHS().AsExpr().Eq(index) {
|