reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1103 if (!LHSType->isFloatingType() || !RHSType->isFloatingType() || 1104 S.Context.getFloatingTypeOrder(LHSType, RHSType) == 0) 1107 assert(LHSType->isFloatingType() && RHSType->isFloatingType() && 1111 auto *RHSComplex = RHSType->getAs<ComplexType>(); 1116 RHSComplex->getElementType() : RHSType;