reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/bugprone/MisplacedWideningCastCheck.cpp
  204   if (Context.getIntWidth(CastType) < Context.getIntWidth(CalcType))
  204   if (Context.getIntWidth(CastType) < Context.getIntWidth(CalcType))
  210   if (Context.getIntWidth(CastType) == Context.getIntWidth(CalcType)) {
  210   if (Context.getIntWidth(CastType) == Context.getIntWidth(CalcType)) {
  223   if (Context.getIntWidth(CalcType) >= getMaxCalculationWidth(Context, Calc))
  223   if (Context.getIntWidth(CalcType) >= getMaxCalculationWidth(Context, Calc))