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
  801                                           RhsValue) ||
  806     transformSubToCanonicalAddExpr(RhsOpcode, RhsValue);
  810       if ((Opcode == BO_EQ && APSInt::compareValues(LhsValue, RhsValue) == 0) ||
  811           (Opcode == BO_NE && APSInt::compareValues(LhsValue, RhsValue) != 0)) {
  815                   APSInt::compareValues(LhsValue, RhsValue) != 0) ||
  817                   APSInt::compareValues(LhsValue, RhsValue) == 0)) {