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

References

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