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

References

tools/clang/lib/Sema/SemaExpr.cpp
10518     S.InvalidOperands(Loc, LHSStripped, RHSStripped);
10528       S.InvalidOperands(Loc, LHSStripped, RHSStripped);
10536     if (!S.Context.hasSameUnqualifiedType(LHSStrippedType, RHSStrippedType)) {
10537       S.InvalidOperands(Loc, LHS, RHS);
10548       IntType = S.Context.getPromotedIntegerType(IntType);
10550     LHS = S.ImpCastExprToType(LHS.get(), IntType, CK_IntegralCast);
10551     RHS = S.ImpCastExprToType(RHS.get(), IntType, CK_IntegralCast);
10557   QualType Type = S.UsualArithmeticConversions(LHS, RHS);
10561     return S.InvalidOperands(Loc, LHS, RHS);
10565       S, Type, LHS.get(), LHSType, LHS.get()->getBeginLoc());
10566   HasNarrowing |= checkThreeWayNarrowingConversion(S, Type, RHS.get(), RHSType,
10586   return S.CheckComparisonCategoryType(TypeKind, Loc);