reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
 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;