Lines Matching refs:COMPOUND_OP
4866 #define COMPOUND_OP(Op) \ in EmitCompoundAssignmentLValue() macro
4870 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
4871 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
4872 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
4873 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
4874 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
4875 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
4876 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
4877 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
4878 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
4879 COMPOUND_OP(Or); in EmitCompoundAssignmentLValue()
4880 #undef COMPOUND_OP in EmitCompoundAssignmentLValue()