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

References

tools/clang/lib/Sema/SemaExpr.cpp
 7167   if (!RHSType->isIntegerType() && !RHSType->isRealFloatingType()) {
 7167   if (!RHSType->isIntegerType() && !RHSType->isRealFloatingType()) {
 7169       << RHSType << RHS.get()->getSourceRange();
 7174   if (LHSType == RHSType)
 7178   if (LHSType->isRealFloatingType() || RHSType->isRealFloatingType())
 7179     return handleFloatConversion(S, LHS, RHS, LHSType, RHSType,
 7184   (S, LHS, RHS, LHSType, RHSType, /*IsCompAssign = */ false);