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

References

tools/clang/lib/ASTMatchers/Dynamic/Registry.cpp
  467   REGISTER_MATCHER(realFloatingPointType);
tools/clang/tools/extra/clang-tidy/abseil/DurationFactoryFloatCheck.cpp
   34                                         realFloatingPointType())),
   36                                         realFloatingPointType())),
   38                                         realFloatingPointType())),
tools/clang/tools/extra/clang-tidy/abseil/DurationFactoryScaleCheck.cpp
  127                           anyOf(isInteger(), realFloatingPointType())),
tools/clang/tools/extra/clang-tidy/abseil/DurationRewriter.cpp
  175                                anyOf(isInteger(), realFloatingPointType())),
  191                                hasDestinationType(realFloatingPointType()),
  194                                hasDestinationType(realFloatingPointType()),
  197                                hasDestinationType(realFloatingPointType()),
tools/clang/tools/extra/clang-tidy/bugprone/IncorrectRoundingsCheck.cpp
   38   auto FloatType = expr(hasType(realFloatingPointType()));
tools/clang/tools/extra/clang-tidy/cert/FloatLoopCounter.cpp
   21       forStmt(hasIncrement(expr(hasType(realFloatingPointType())))).bind("for"),
tools/clang/tools/extra/clang-tidy/misc/RedundantExpressionCheck.cpp
  657                      unless(hasType(realFloatingPointType())),
  658                      unless(hasEitherOperand(hasType(realFloatingPointType()))),
tools/clang/unittests/ASTMatchers/ASTMatchersNarrowingTest.cpp
 2156                       cxxMethodDecl(returns(realFloatingPointType()))));
 2158                          cxxMethodDecl(returns(realFloatingPointType()))));
 2160                       cxxMethodDecl(returns(realFloatingPointType()))));