reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
11456 RHSTy->isIntegralOrEnumerationType()) { 11470 if (LHSTy->isFixedPointType() || RHSTy->isFixedPointType()) { 11472 APFixedPoint RHSFX(Info.Ctx.getFixedPointSemantics(RHSTy)); 11486 if (LHSTy->isAnyComplexType() || RHSTy->isAnyComplexType()) { 11529 RHSTy->isRealFloatingType()) { 11556 if (LHSTy->isPointerType() && RHSTy->isPointerType()) { 11694 assert(RHSTy->isMemberPointerType() && "invalid comparison"); 11732 assert(RHSTy->isNullPtrType() && "missing pointer conversion");