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

References

tools/clang/lib/Sema/SemaChecking.cpp
10802     bool IsLHSIntegralLiteral = LHS->isIntegerConstantExpr(LHSValue, S.Context);
10812       Expr *Const = RhsConstant ? RHS : LHS;
10813       Expr *Other = RhsConstant ? LHS : RHS;
10830   LHS = LHS->IgnoreParenImpCasts();
10830   LHS = LHS->IgnoreParenImpCasts();
10837     if (const auto *TET = dyn_cast<TypeOfExprType>(LHS->getType()))
10838       LHS = TET->getUnderlyingExpr()->IgnoreParenImpCasts();
10846   if (LHS->getType()->hasSignedIntegerRepresentation()) {
10849     signedOperand = LHS;
10853     unsignedOperand = LHS;
10864   AnalyzeImplicitConversions(S, LHS, E->getOperatorLoc());
10890                             << LHS->getType() << RHS->getType()
10891                             << LHS->getSourceRange() << RHS->getSourceRange());