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

References

tools/clang/tools/extra/clang-tidy/misc/RedundantExpressionCheck.cpp
  776     if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol,
  783     if (LhsOpcode == BO_Add || LhsOpcode == BO_Sub) {
  783     if (LhsOpcode == BO_Add || LhsOpcode == BO_Sub) {
  798     if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol,
  805     transformSubToCanonicalAddExpr(LhsOpcode, LhsValue);
  809     if (LhsOpcode == BO_Add && RhsOpcode == BO_Add) {