Home
last modified time | relevance | path

Searched refs:realFloatingPointType (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/abseil/
H A DDurationFactoryFloatCheck.cpp35 realFloatingPointType())), in registerMatchers()
37 realFloatingPointType())), in registerMatchers()
39 realFloatingPointType())), in registerMatchers()
H A DDurationRewriter.cpp175 anyOf(isInteger(), realFloatingPointType())), in isLiteralZero()
191 hasDestinationType(realFloatingPointType()), in stripFloatCast()
194 hasDestinationType(realFloatingPointType()), in stripFloatCast()
197 hasDestinationType(realFloatingPointType()), in stripFloatCast()
H A DDurationFactoryScaleCheck.cpp122 anyOf(isInteger(), realFloatingPointType())), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/cert/
H A DFloatLoopCounter.cpp21 forStmt(hasIncrement(expr(hasType(realFloatingPointType())))).bind("for"), in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/bugprone/
H A DIncorrectRoundingsCheck.cpp38 auto FloatType = expr(hasType(realFloatingPointType())); in registerMatchers()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp873 unless(hasType(realFloatingPointType())), in registerMatchers()
874 unless(hasEitherOperand(hasType(realFloatingPointType()))), in registerMatchers()
/llvm-project-15.0.7/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp531 REGISTER_MATCHER(realFloatingPointType); in RegistryMaps()
/llvm-project-15.0.7/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp3467 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 DASTMatchers.h6786 AST_MATCHER(Type, realFloatingPointType) { in AST_MATCHER() argument