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