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

References

tools/clang/lib/Sema/SemaExpr.cpp
 1104       S.Context.getFloatingTypeOrder(LHSType, RHSType) == 0)
 1119   if (&S.Context.getFloatTypeSemantics(LHSElemType) ==
 1120       &S.Context.getFloatTypeSemantics(RHSElemType))
 1123   bool Float128AndLongDouble = (LHSElemType == S.Context.Float128Ty &&
 1124                                 RHSElemType == S.Context.LongDoubleTy);
 1125   Float128AndLongDouble |= (LHSElemType == S.Context.LongDoubleTy &&
 1126                             RHSElemType == S.Context.Float128Ty);
 1132     (&S.Context.getFloatTypeSemantics(S.Context.LongDoubleTy) ==
 1132     (&S.Context.getFloatTypeSemantics(S.Context.LongDoubleTy) ==