Searched refs:IDU32 (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | resolve.go | 46 typeExprU32 = a.NewTypeExpr(0, t.IDBase, t.IDU32, nil, nil, nil) 87 t.IDU32: typeExprU32,
|
D | bounds.go | 33 t.IDU32: {zero, big.NewInt(31)}, 44 t.IDU32: {zero, big.NewInt(0).SetUint64(1<<32 - 1)}, 130 return numTypeBounds[t.IDU32][1]
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | list.go | 436 IDU32 = ID(0x116) const 768 IDU32: "u32",
|
/third_party/flutter/skia/third_party/externals/wuffs/internal/cgen/ |
D | var.go | 245 case t.IDU8, t.IDU16, t.IDU32, t.IDU64:
|
D | func.go | 491 t.IDU32: {zero, big.NewInt(0).SetUint64(1<<32 - 1)},
|
D | expr.go | 461 t.IDU32: "uint32_t",
|
D | cgen.go | 663 case t.IDU32:
|
/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)
|