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
  842   if (const auto *ComparisonOperator = Result.Nodes.getNodeAs<BinaryOperator>(
  849     if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol,
  851         !retrieveIntegerConstantExpr(Result, "rhs", RhsValue))
  874                  Result.Nodes.getNodeAs<BinaryOperator>(
  879     if (!retrieveSymbolicExpr(Result, "ineffective-bitwise", Sym) ||
  880         !retrieveIntegerConstantExpr(Result, "ineffective-bitwise", Value,
  896           CharSourceRange::getTokenRange(ConstExprRange), *Result.SourceManager,
  897           Result.Context->getLangOpts());
  905           CharSourceRange::getTokenRange(SymExprRange), *Result.SourceManager,
  906           Result.Context->getLangOpts());