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
  497   std::string CastId = (Id + "-cast").str();
  498   std::string SwapId = (Id + "-swap").str();
  499   std::string NegateId = (Id + "-negate").str();
  500   std::string OverloadId = (Id + "-overload").str();
  502   if (const auto *Bin = Result.Nodes.getNodeAs<BinaryOperator>(Id)) {
  507     if (!retrieveIntegerConstantExpr(Result, Id, Value, ConstExpr))
  540   if (!retrieveSymbolicExpr(Result, Id, Symbol))