Lines Matching refs:COMPOUND_OP
3513 #define COMPOUND_OP(Op) \ in EmitCompoundAssignmentLValue() macro
3517 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
3518 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
3519 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
3520 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
3521 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
3522 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
3523 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
3524 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
3525 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
3526 COMPOUND_OP(Or); in EmitCompoundAssignmentLValue()
3527 #undef COMPOUND_OP in EmitCompoundAssignmentLValue()