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() && 1110 auto *LHSComplex = LHSType->getAs<ComplexType>(); 1114 LHSComplex->getElementType() : LHSType;