Lines Matching refs:COMPOUND_OP
4350 #define COMPOUND_OP(Op) \ in EmitCompoundAssignmentLValue() macro
4354 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
4355 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
4356 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
4357 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
4358 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
4359 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
4360 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
4361 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
4362 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
4363 COMPOUND_OP(Or); in EmitCompoundAssignmentLValue()
4364 #undef COMPOUND_OP in EmitCompoundAssignmentLValue()