Lines Matching refs:COMPOUND_OP
5228 #define COMPOUND_OP(Op) \ in EmitCompoundAssignmentLValue() macro
5232 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
5233 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
5234 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
5235 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
5236 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
5237 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
5238 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
5239 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
5240 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
5241 COMPOUND_OP(Or); in EmitCompoundAssignmentLValue()
5242 #undef COMPOUND_OP in EmitCompoundAssignmentLValue()