Lines Matching refs:COMPOUND_OP
3502 #define COMPOUND_OP(Op) \ in EmitCompoundAssignmentLValue() macro
3506 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
3507 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
3508 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
3509 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
3510 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
3511 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
3512 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
3513 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
3514 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
3515 COMPOUND_OP(Or); in EmitCompoundAssignmentLValue()
3516 #undef COMPOUND_OP in EmitCompoundAssignmentLValue()