Home
last modified time | relevance | path

Searched refs:IDXBinaryAs (Results 1 – 6 of 6) sorted by relevance

/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/
Deq.go48 if n.id0 == t.IDXBinaryAs {
74 (n.id0 != t.IDXBinaryAs && n.rhs.AsExpr().Mentions(o)) {
Dstring.go54 if n.id0 == t.IDXBinaryAs {
175 t.IDXBinaryAs: " as ",
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/
Dlist.go326 IDXBinaryAs = ID(0x6F) const
1075 IDXBinaryAs: IDAs,
1161 IDAs: IDXBinaryAs,
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/
Dexpr.go261 case t.IDXBinaryAs:
528 t.IDXBinaryAs: noSuchCOperator,
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/
Dbounds.go795 if o := n.RHS(); o != nil && n.Operator() != t.IDXBinaryAs {
809 if op == t.IDXBinaryAs {
1137 if lhs.Operator() != t.IDXBinaryAs {
1187 if lhs.Operator() != t.IDXBinaryAs {
1495 case t.IDXBinaryAs:
Dtype.go684 if op == t.IDXBinaryAs {