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

References

tools/clang/tools/extra/clang-tidy/bugprone/IntegerDivisionCheck.cpp
   34             callExpr(IntType), explicitCastExpr(IntType), UnaryOperators);
   34             callExpr(IntType), explicitCastExpr(IntType), UnaryOperators);
   38           hasOperatorName("/"), hasLHS(expr(IntType)), hasRHS(expr(IntType)),
   38           hasOperatorName("/"), hasLHS(expr(IntType)), hasRHS(expr(IntType)),