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
  591   LhsConst = IsIntegerConstantExpr(BinOpLhs->getLHS()) ? BinOpLhs->getLHS()
  591   LhsConst = IsIntegerConstantExpr(BinOpLhs->getLHS()) ? BinOpLhs->getLHS()
  592                                                        : BinOpLhs->getRHS();
  599   assert(BinOpLhs->getOpcode() == BinOpRhs->getOpcode() &&
  602   SideOpcode = BinOpLhs->getOpcode();