Home | History | Annotate | Download | only in Core

Lines Matching refs:BO_Sub

104       case BO_SubAssign: Op = BO_Sub; break;
882 BinaryOperator::Opcode Op = U->isIncrementOp() ? BO_Add : BO_Sub;