Home | History | Annotate | Download | only in Sema

Lines Matching refs:BO

4820   if (BinaryOperator *BO = dyn_cast<BinaryOperator>(E)) {
4821 if (BO->getOpcode() == BO_Comma) {
4822 ExprResult RHS = ActOnDecltypeExpression(BO->getRHS());
4825 if (RHS.get() == BO->getRHS())
4827 return Owned(new (Context) BinaryOperator(BO->getLHS(), RHS.take(),
4828 BO_Comma, BO->getType(),
4829 BO->getValueKind(),
4830 BO->getObjectKind(),
4831 BO->getOperatorLoc(),
4832 BO->isFPContractable()));
5390 if (BinaryOperator *BO = dyn_cast<BinaryOperator>(E)) {
5392 if (BO->isPtrMemOp())
5396 if (BO->getOpcode() == BO_Comma)
5397 return IsSpecialDiscardedValue(BO->getRHS());