Lines Matching defs:RHSTy
13539 QualType RHSTy = E->getRHS()->getType();
13542 RHSTy->isIntegralOrEnumerationType()) {
13556 if (LHSTy->isFixedPointType() || RHSTy->isFixedPointType()) {
13558 APFixedPoint RHSFX(Info.Ctx.getFixedPointSemantics(RHSTy));
13572 if (LHSTy->isAnyComplexType() || RHSTy->isAnyComplexType()) {
13615 RHSTy->isRealFloatingType()) {
13650 if (LHSTy->isPointerType() && RHSTy->isPointerType()) {
13804 assert(RHSTy->isMemberPointerType() && "invalid comparison");
13855 assert(RHSTy->isNullPtrType() && "missing pointer conversion");
13962 QualType RHSTy = E->getRHS()->getType();
13964 if (LHSTy->isPointerType() && RHSTy->isPointerType() &&