Searched refs:IDU8 (Results 1 – 9 of 9) sorted by relevance
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | resolve.go | 44 typeExprU8 = a.NewTypeExpr(0, t.IDBase, t.IDU8, nil, nil, nil) 85 t.IDU8: typeExprU8,
|
D | bounds.go | 31 t.IDU8: {zero, big.NewInt(7)}, 42 t.IDU8: {zero, big.NewInt(0).SetUint64(1<<8 - 1)}, 126 return numTypeBounds[t.IDU8][1]
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | expr.go | 352 if o.Decorator() == 0 && o.QID() == (t.QID{t.IDBase, t.IDU8}) && !o.IsRefined() { 363 if o.Decorator() == 0 && o.QID() == (t.QID{t.IDBase, t.IDU8}) && !o.IsRefined() { 459 t.IDU8: "uint8_t",
|
D | func.go | 227 if inner := typ.Inner(); (inner.Decorator() == 0) && (inner.QID() == t.QID{t.IDBase, t.IDU8}) { 489 t.IDU8: {zero, big.NewInt(0).SetUint64(1<<8 - 1)},
|
D | var.go | 245 case t.IDU8, t.IDU16, t.IDU32, t.IDU64:
|
D | statement.go | 199 if u := lTyp.QID()[1]; u == t.IDU8 || u == t.IDU16 {
|
D | cgen.go | 659 case t.IDU8:
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | list.go | 434 IDU8 = ID(0x114) const 766 IDU8: "u8",
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/ast/ |
D | ast.go | 744 (n.id2 == t.IDU8 || n.id2 == t.IDU16 || n.id2 == t.IDU32 || n.id2 == t.IDU64)
|