48 references to UInt
Microsoft.CodeAnalysis.CSharp (48)
Binder\Binder_Patterns.cs (1)
1705SpecialType.System_UInt32 => BinaryOperatorKind.UInt,
Binder\Semantics\Operators\BinaryOperatorEasyOut.cs (2)
20private const BinaryOperatorKind UIN = BinaryOperatorKind.UInt; 30private const BinaryOperatorKind LUN = BinaryOperatorKind.Lifted | BinaryOperatorKind.UInt;
Binder\Semantics\Operators\OperatorKind.cs (34)
356UIntMultiplication = UInt | Multiplication, 366LiftedUIntMultiplication = Lifted | UInt | Multiplication, 378UIntDivision = UInt | Division, 388LiftedUIntDivision = Lifted | UInt | Division, 400UIntRemainder = UInt | Remainder, 410LiftedUIntRemainder = Lifted | UInt | Remainder, 422UIntAddition = UInt | Addition, 434LiftedUIntAddition = Lifted | UInt | Addition, 461UIntSubtraction = UInt | Subtraction, 474LiftedUIntSubtraction = Lifted | UInt | Subtraction, 495UIntLeftShift = UInt | LeftShift, 502LiftedUIntLeftShift = Lifted | UInt | LeftShift, 511UIntRightShift = UInt | RightShift, 518LiftedUIntRightShift = Lifted | UInt | RightShift, 527UIntUnsignedRightShift = UInt | UnsignedRightShift, 534LiftedUIntUnsignedRightShift = Lifted | UInt | UnsignedRightShift, 542UIntEqual = UInt | Equal, 555LiftedUIntEqual = Lifted | UInt | Equal, 573UIntNotEqual = UInt | NotEqual, 586LiftedUIntNotEqual = Lifted | UInt | NotEqual, 604UIntLessThan = UInt | LessThan, 615LiftedUIntLessThan = Lifted | UInt | LessThan, 629UIntGreaterThan = UInt | GreaterThan, 640LiftedUIntGreaterThan = Lifted | UInt | GreaterThan, 654UIntLessThanOrEqual = UInt | LessThanOrEqual, 665LiftedUIntLessThanOrEqual = Lifted | UInt | LessThanOrEqual, 679UIntGreaterThanOrEqual = UInt | GreaterThanOrEqual, 690LiftedUIntGreaterThanOrEqual = Lifted | UInt | GreaterThanOrEqual, 704UIntAnd = UInt | And, 713LiftedUIntAnd = Lifted | UInt | And, 729UIntOr = UInt | Or, 738LiftedUIntOr = Lifted | UInt | Or, 754UIntXor = UInt | Xor, 763LiftedUIntXor = Lifted | UInt | Xor,
Binder\Semantics\Operators\OperatorKindExtensions.cs (2)
155return kind | BinaryOperatorKind.UInt; 291case BinaryOperatorKind.UInt:
CodeGen\EmitOperators.cs (1)
791case BinaryOperatorKind.UInt:
Compilation\BuiltInOperators.cs (4)
749case BinaryOperatorKind.UInt: return _compilation.GetSpecialType(SpecialType.System_UInt32); 781case BinaryOperatorKind.UInt: return _compilation.GetSpecialType(SpecialType.System_UInt32); 813case BinaryOperatorKind.UInt: return _compilation.GetSpecialType(SpecialType.System_UInt32); 840BinaryOperatorKind.UInt => _compilation.GetSpecialType(SpecialType.System_UInt32),
Lowering\LocalRewriter\LocalRewriter_UnaryOperator.cs (4)
993result = BinaryOperatorKind.UInt; 1041result = BinaryOperatorKind.UInt; 1065case BinaryOperatorKind.UInt: 1095case BinaryOperatorKind.UInt: