Home
last modified time | relevance | path

Searched refs:COMPOUND_OP (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5568 #define COMPOUND_OP(Op) \ in EmitCompoundAssignmentLValue() macro
5572 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
5573 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
5574 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
5575 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
5576 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
5577 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
5578 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
5579 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
5580 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
[all …]