Home
last modified time | relevance | path

Searched refs:LeftShiftAssign (Results 1 – 25 of 73) sorted by relevance

123

/dports/math/blaze/blaze-3.8/blaze/math/functors/
H A DLeftShiftAssign.h58 struct LeftShiftAssign struct
H A DForward.h115 struct LeftShiftAssign;
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Tokenizer/Symbols/
H A DCSharpSymbolType.cs59 LeftShiftAssign, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/
H A DExpressionType.cs283 LeftShiftAssign, enumerator
H A DBinaryExpression.cs54 case ExpressionType.LeftShiftAssign: in IsOpAssignment()
169 case ExpressionType.LeftShiftAssign: in GetBinaryOpFromAssignmentOp()
963 case ExpressionType.LeftShiftAssign: in MakeBinary()
964 return LeftShiftAssign(left, right, method, conversion); in MakeBinary()
2333 public static BinaryExpression LeftShiftAssign(Expression left, Expression right) in LeftShiftAssign() method in System.Linq.Expressions.Expression
2335 return LeftShiftAssign(left, right, method: null, conversion: null); in LeftShiftAssign()
2347 …public static BinaryExpression LeftShiftAssign(Expression left, Expression right, MethodInfo metho… in LeftShiftAssign() method in System.Linq.Expressions.Expression
2349 return LeftShiftAssign(left, right, method, conversion: null); in LeftShiftAssign()
2363 …public static BinaryExpression LeftShiftAssign(Expression left, Expression right, MethodInfo metho… in LeftShiftAssign() method in System.Linq.Expressions.Expression
2378 … return new SimpleBinaryExpression(ExpressionType.LeftShiftAssign, left, right, resultType); in LeftShiftAssign()
[all …]
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Ast/
H A DExpressionType.cs303 LeftShiftAssign, enumerator
H A DBinaryExpression.cs72 case ExpressionType.LeftShiftAssign: in IsOpAssignment()
184 case ExpressionType.LeftShiftAssign: in GetBinaryOpFromAssignmentOp()
916 case ExpressionType.LeftShiftAssign: in MakeBinary()
917 return LeftShiftAssign(left, right, method, conversion); in MakeBinary()
2154 public static BinaryExpression LeftShiftAssign(Expression left, Expression right) { in LeftShiftAssign() method in Microsoft.Scripting.Ast.Expression
2155 return LeftShiftAssign(left, right, null, null); in LeftShiftAssign()
2167 …public static BinaryExpression LeftShiftAssign(Expression left, Expression right, MethodInfo metho… in LeftShiftAssign() method in Microsoft.Scripting.Ast.Expression
2168 return LeftShiftAssign(left, right, method, null); in LeftShiftAssign()
2193 … return new SimpleBinaryExpression(ExpressionType.LeftShiftAssign, left, right, resultType); in LeftShiftAssign()
2195 …return GetUserDefinedAssignOperatorOrThrow(ExpressionType.LeftShiftAssign, "op_LeftShift", left, r… in LeftShiftAssign()
[all …]
/dports/devel/py-libcst/libcst-0.3.23/libcst/_nodes/tests/
H A Dtest_assign.py360 operator=cst.LeftShiftAssign(
397 operator=cst.LeftShiftAssign(
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Dynamic/
H A DBinaryOperationBinder.cs104 case ExpressionType.LeftShiftAssign: in OperationIsValid()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Actions/
H A DBinaryOperationBinder.cs128 case ExpressionType.LeftShiftAssign: in OperationIsValid()
/dports/devel/py-libcst/libcst-0.3.23/libcst/matchers/
H A D_return_types.py106 LeftShiftAssign,
263 LeftShiftAssign: BaseAugOp,
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/front/glsl/
H A Dtoken.rs72 LeftShiftAssign, enumerator
H A Dlex.rs124 Punct::LeftShiftAssign => TokenValue::LeftShiftAssign, in next()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/BinaryOperators/
H A DGeneralBinaryTests.cs22 …ExpressionType.LeftShiftAssign, ExpressionType.ModuloAssign, ExpressionType.MultiplyAssign, Expres…
94 yield return new object[] {ExpressionType.LeftShiftAssign};
/dports/devel/py-libcst/libcst-0.3.23/libcst/
H A D__init__.py115 LeftShiftAssign,
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/src/System/Linq/Expressions/Compiler/
H A DStackSpiller.Generated.cs150 case ExpressionType.LeftShiftAssign: in RewriteExpression()
/dports/lang/mono/mono-5.10.1.57/external/aspnetwebstack/src/System.Web.Razor/Parser/
H A DCSharpLanguageCharacteristics.cs60 { CSharpSymbolType.LeftShiftAssign, "<<=" },
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/Unary/
H A DMakeUnaryTests.cs69 new object[] {ExpressionType.LeftShiftAssign},
/dports/www/firefox/firefox-99.0/third_party/rust/naga/src/front/glsl/parser/
H A Dexpressions.rs448 | TokenValue::LeftShiftAssign in parse_assignment()
469 TokenValue::LeftShiftAssign => BinaryOperator::ShiftLeft, in parse_assignment()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.Core/Microsoft/Scripting/Compiler/
H A DStackSpiller.Generated.cs234 case ExpressionType.LeftShiftAssign: in RewriteExpression()
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/BinaryOperators/Assignment/
H A DOpAssign.cs335 yield return Tuple.Create(ExpressionType.LeftShiftAssign, "<<=", typeof(int)); in ToStringDataImpl()
361 yield return ExpressionType.LeftShiftAssign;
382 yield return Expression.LeftShiftAssign;
/dports/devel/vc/Vc-1.4.2/Vc/common/
H A Dtypes.h159 LeftShiftAssign, enumerator
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Linq.Expressions/tests/Dynamic/
H A DUnaryOperationTests.cs86 yield return new object[] {ExpressionType.LeftShiftAssign}; in NonUnaryExpressionTypes()
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/naga/src/front/glsl/
H A Dlex.rs108 Punct::LeftShiftAssign => Token::LeftAssign(meta), in next()
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/naga/src/front/glsl/
H A Dlex.rs108 Punct::LeftShiftAssign => Token::LeftAssign(meta), in next()

123