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