Searched refs:IDU64 (Results 1 – 8 of 8) sorted by relevance
/third_party/flutter/skia/third_party/externals/wuffs/lang/check/ |
D | resolve.go | 47 typeExprU64 = a.NewTypeExpr(0, t.IDBase, t.IDU64, nil, nil, nil) 88 t.IDU64: typeExprU64,
|
D | bounds.go | 34 t.IDU64: {zero, big.NewInt(63)}, 45 t.IDU64: {zero, big.NewInt(0).SetUint64(1<<64 - 1)}, 132 return numTypeBounds[t.IDU64][1]
|
/third_party/flutter/skia/third_party/externals/wuffs/lang/token/ |
D | list.go | 437 IDU64 = ID(0x117) const 769 IDU64: "u64",
|
/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 | 492 t.IDU64: {zero, big.NewInt(0).SetUint64(1<<64 - 1)},
|
D | expr.go | 462 t.IDU64: "uint64_t",
|
D | cgen.go | 665 case t.IDU64:
|
/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)
|