Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp4354 COMPOUND_OP(Mul); in EmitCompoundAssignmentLValue()
4355 COMPOUND_OP(Div); in EmitCompoundAssignmentLValue()
4356 COMPOUND_OP(Rem); in EmitCompoundAssignmentLValue()
4357 COMPOUND_OP(Add); in EmitCompoundAssignmentLValue()
4358 COMPOUND_OP(Sub); in EmitCompoundAssignmentLValue()
4359 COMPOUND_OP(Shl); in EmitCompoundAssignmentLValue()
4360 COMPOUND_OP(Shr); in EmitCompoundAssignmentLValue()
4361 COMPOUND_OP(And); in EmitCompoundAssignmentLValue()
4362 COMPOUND_OP(Xor); in EmitCompoundAssignmentLValue()
4363 COMPOUND_OP(Or); in EmitCompoundAssignmentLValue()
[all …]