Home | History | Annotate | Download | only in Core

Lines Matching refs:BO_Add

112       case BO_AddAssign: Op = BO_Add; break;
921 BinaryOperator::Opcode Op = U->isIncrementOp() ? BO_Add : BO_Sub;