Lines Matching defs:RHSTy
14258 QualType RHSTy = E->getRHS()->getType();
14261 RHSTy->isIntegralOrEnumerationType()) {
14275 if (LHSTy->isFixedPointType() || RHSTy->isFixedPointType()) {
14277 APFixedPoint RHSFX(Info.Ctx.getFixedPointSemantics(RHSTy));
14291 if (LHSTy->isAnyComplexType() || RHSTy->isAnyComplexType()) {
14334 RHSTy->isRealFloatingType()) {
14369 if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
14528 assert(RHSTy->isMemberPointerType() && "invalid comparison");
14579 assert(RHSTy->isNullPtrType() && "missing pointer conversion");
14686 QualType RHSTy = E->getRHS()->getType();
14688 if (LHSTy->isPointerType() && RHSTy->isPointerType() &&