Searched refs:realFloatingPointType (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/ |
| H A D | DurationFactoryFloatCheck.cpp | 35 realFloatingPointType())), in registerMatchers() 37 realFloatingPointType())), in registerMatchers() 39 realFloatingPointType())), in registerMatchers()
|
| H A D | DurationRewriter.cpp | 175 anyOf(isInteger(), realFloatingPointType())), in isLiteralZero() 191 hasDestinationType(realFloatingPointType()), in stripFloatCast() 194 hasDestinationType(realFloatingPointType()), in stripFloatCast() 197 hasDestinationType(realFloatingPointType()), in stripFloatCast()
|
| H A D | DurationFactoryScaleCheck.cpp | 122 anyOf(isInteger(), realFloatingPointType())), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/ |
| H A D | FloatLoopCounter.cpp | 21 forStmt(hasIncrement(expr(hasType(realFloatingPointType())))).bind("for"), in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/ |
| H A D | IncorrectRoundingsCheck.cpp | 38 auto FloatType = expr(hasType(realFloatingPointType())); in registerMatchers()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | RedundantExpressionCheck.cpp | 873 unless(hasType(realFloatingPointType())), in registerMatchers() 874 unless(hasEitherOperand(hasType(realFloatingPointType()))), in registerMatchers()
|
| /llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 531 REGISTER_MATCHER(realFloatingPointType); in RegistryMaps()
|
| /llvm-project-15.0.7/clang/unittests/ASTMatchers/ |
| H A D | ASTMatchersNarrowingTest.cpp | 3467 cxxMethodDecl(returns(realFloatingPointType())))); in TEST_P() 3469 cxxMethodDecl(returns(realFloatingPointType())))); in TEST_P() 3471 cxxMethodDecl(returns(realFloatingPointType())))); in TEST_P()
|
| /llvm-project-15.0.7/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 6786 AST_MATCHER(Type, realFloatingPointType) { in AST_MATCHER() argument
|