Lines Matching refs:COMPOUND_OP
4931 #define COMPOUND_OP(Op) \ in EmitCompoundAssignmentLValue() macro
4935 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
4936 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
4937 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
4938 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
4939 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
4940 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
4941 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
4942 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
4943 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
4944 COMPOUND_OP(Or); in EmitCompoundAssignmentLValue()
4945 #undef COMPOUND_OP in EmitCompoundAssignmentLValue()