48 references to NUInt
Microsoft.CodeAnalysis.CSharp (48)
Binder\Binder_Operators.cs (1)
4444
case BinaryOperatorKind.
NUInt
:
Binder\Binder_Patterns.cs (1)
1712
SpecialType.System_UIntPtr when type.IsNativeIntegerType => BinaryOperatorKind.
NUInt
,
Binder\Semantics\Operators\BinaryOperatorEasyOut.cs (2)
24
private const BinaryOperatorKind NUI = BinaryOperatorKind.
NUInt
;
34
private const BinaryOperatorKind LNU = BinaryOperatorKind.Lifted | BinaryOperatorKind.
NUInt
;
Binder\Semantics\Operators\OperatorKind.cs (34)
360
NUIntMultiplication =
NUInt
| Multiplication,
370
LiftedNUIntMultiplication = Lifted |
NUInt
| Multiplication,
382
NUIntDivision =
NUInt
| Division,
392
LiftedNUIntDivision = Lifted |
NUInt
| Division,
404
NUIntRemainder =
NUInt
| Remainder,
414
LiftedNUIntRemainder = Lifted |
NUInt
| Remainder,
426
NUIntAddition =
NUInt
| Addition,
438
LiftedNUIntAddition = Lifted |
NUInt
| Addition,
465
NUIntSubtraction =
NUInt
| Subtraction,
478
LiftedNUIntSubtraction = Lifted |
NUInt
| Subtraction,
499
NUIntLeftShift =
NUInt
| LeftShift,
506
LiftedNUIntLeftShift = Lifted |
NUInt
| LeftShift,
515
NUIntRightShift =
NUInt
| RightShift,
522
LiftedNUIntRightShift = Lifted |
NUInt
| RightShift,
531
NUIntUnsignedRightShift =
NUInt
| UnsignedRightShift,
538
LiftedNUIntUnsignedRightShift = Lifted |
NUInt
| UnsignedRightShift,
546
NUIntEqual =
NUInt
| Equal,
559
LiftedNUIntEqual = Lifted |
NUInt
| Equal,
577
NUIntNotEqual =
NUInt
| NotEqual,
590
LiftedNUIntNotEqual = Lifted |
NUInt
| NotEqual,
608
NUIntLessThan =
NUInt
| LessThan,
619
LiftedNUIntLessThan = Lifted |
NUInt
| LessThan,
633
NUIntGreaterThan =
NUInt
| GreaterThan,
644
LiftedNUIntGreaterThan = Lifted |
NUInt
| GreaterThan,
658
NUIntLessThanOrEqual =
NUInt
| LessThanOrEqual,
669
LiftedNUIntLessThanOrEqual = Lifted |
NUInt
| LessThanOrEqual,
683
NUIntGreaterThanOrEqual =
NUInt
| GreaterThanOrEqual,
694
LiftedNUIntGreaterThanOrEqual = Lifted |
NUInt
| GreaterThanOrEqual,
708
NUIntAnd =
NUInt
| And,
717
LiftedNUIntAnd = Lifted |
NUInt
| And,
733
NUIntOr =
NUInt
| Or,
742
LiftedNUIntOr = Lifted |
NUInt
| Or,
758
NUIntXor =
NUInt
| Xor,
767
LiftedNUIntXor = Lifted |
NUInt
| Xor,
Binder\Semantics\Operators\OperatorKindExtensions.cs (1)
295
case BinaryOperatorKind.
NUInt
:
CodeGen\EmitOperators.cs (1)
792
case BinaryOperatorKind.
NUInt
:
Compilation\BuiltInOperators.cs (5)
682
case BinaryOperatorKind.
NUInt
:
753
case BinaryOperatorKind.
NUInt
: return _compilation.CreateNativeIntegerTypeSymbol(signed: false);
785
case BinaryOperatorKind.
NUInt
: return _compilation.CreateNativeIntegerTypeSymbol(signed: false);
817
case BinaryOperatorKind.
NUInt
: return _compilation.CreateNativeIntegerTypeSymbol(signed: false);
844
BinaryOperatorKind.
NUInt
=> _compilation.CreateNativeIntegerTypeSymbol(signed: false),
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (3)
1005
result = BinaryOperatorKind.
NUInt
;
1069
case BinaryOperatorKind.
NUInt
:
1107
case BinaryOperatorKind.
NUInt
: