Lines Matching refs:getRHS
78 BO->getRHS()->isKnownToHaveBooleanValue(); in isKnownToHaveBooleanValue()
82 return BO->getRHS()->isKnownToHaveBooleanValue(); in isKnownToHaveBooleanValue()
778 CEE = BO->getRHS()->IgnoreParenCasts(); in getCalleeDecl()
1473 dyn_cast<IntegerLiteral>(BO->getRHS()->IgnoreParens())) in isUnusedResultAWarning()
1476 return BO->getRHS()->isUnusedResultAWarning(Loc, R1, R2, Ctx); in isUnusedResultAWarning()
1481 !BO->getRHS()->isUnusedResultAWarning(Loc, R1, R2, Ctx)) in isUnusedResultAWarning()
1489 R2 = BO->getRHS()->getSourceRange(); in isUnusedResultAWarning()
1501 if (!Exp->getRHS()->isUnusedResultAWarning(Loc, R1, R2, Ctx)) in isUnusedResultAWarning()
1525 R2 = cast<ArraySubscriptExpr>(this)->getRHS()->getSourceRange(); in isUnusedResultAWarning()
1711 QualType type = op->getRHS()->getType()->castAs<MemberPointerType>() in findBoundMemberType()
2375 isa<AddrLabelExpr>(Exp->getRHS()->IgnoreParenNoopCasts(Ctx))) in isConstantInitializer()
2500 E = BO->getRHS(); in getObjCProperty()
2536 if (BinOp->getOpcode() == BO_Comma && BinOp->getRHS()) in getBitField()
2537 return BinOp->getRHS()->getBitField(); in getBitField()