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
  212     switch (OpcodeLHS) {
  232   if (OpcodeLHS == BO_LE && OpcodeRHS == BO_GE &&
  238   if ((OpcodeLHS == BO_GT || OpcodeLHS == BO_GE) &&
  238   if ((OpcodeLHS == BO_GT || OpcodeLHS == BO_GE) &&
  244   if (OpcodeLHS == BO_NE && OpcodeRHS == BO_NE)