Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprScalar.cpp4853 #define COMPOUND_OP(Op) \ in EmitCompoundAssignmentLValue() macro
4857 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
4858 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
4859 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
4860 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
4861 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
4862 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
4863 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
4864 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
4865 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
[all …]