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
  504     Opcode = Bin->getOpcode();
  511     Opcode = BO_NE;
  533     Opcode = BinaryOperator::getOverloadedOpcode(OverloadedOperatorExpr->getOperator());
  535     return BinaryOperator::isComparisonOp(Opcode);
  544     Opcode = BinaryOperator::reverseComparisonOp(Opcode);
  544     Opcode = BinaryOperator::reverseComparisonOp(Opcode);
  546     Opcode = BinaryOperator::negateComparisonOp(Opcode);
  546     Opcode = BinaryOperator::negateComparisonOp(Opcode);