reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
977 if (!handleIntegerToComplexFloatConversion(S, RHS, LHS, RHSType, LHSType, 980 if (!handleIntegerToComplexFloatConversion(S, LHS, RHS, LHSType, RHSType, 982 return RHSType; 996 int Order = S.Context.getFloatingTypeOrder(LHSType, RHSType); 999 auto *RHSComplexType = dyn_cast<ComplexType>(RHSType); 1003 RHSComplexType ? RHSComplexType->getElementType() : RHSType;