Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CIR/CodeGen/
H A DCIRGenExprScalar.cpp1194 #define COMPOUND_OP(Op) \ in emitCompoundAssignmentLValue() macro
1198 COMPOUND_OP(Mul); in emitCompoundAssignmentLValue()
1199 COMPOUND_OP(Div); in emitCompoundAssignmentLValue()
1200 COMPOUND_OP(Rem); in emitCompoundAssignmentLValue()
1201 COMPOUND_OP(Add); in emitCompoundAssignmentLValue()
1202 COMPOUND_OP(Sub); in emitCompoundAssignmentLValue()
1203 COMPOUND_OP(Shl); in emitCompoundAssignmentLValue()
1204 COMPOUND_OP(Shr); in emitCompoundAssignmentLValue()
1205 COMPOUND_OP(And); in emitCompoundAssignmentLValue()
1206 COMPOUND_OP(Xor); in emitCompoundAssignmentLValue()
[all …]
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGExprScalar.cpp5902 #define COMPOUND_OP(Op) \ in EmitCompoundAssignmentLValue() macro
5906 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
5907 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
5908 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
5909 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
5910 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
5911 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
5912 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
5913 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
5914 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
[all …]