Home
last modified time | relevance | path

Searched refs:TypePromotionInMathFnCheck (Results 1 – 6 of 6) sorted by relevance

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DTypePromotionInMathFnCheck.cpp31 TypePromotionInMathFnCheck::TypePromotionInMathFnCheck( in TypePromotionInMathFnCheck() function in clang::tidy::performance::TypePromotionInMathFnCheck
38 void TypePromotionInMathFnCheck::registerPPCallbacks( in registerPPCallbacks()
43 void TypePromotionInMathFnCheck::storeOptions( in storeOptions()
48 void TypePromotionInMathFnCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
156 void TypePromotionInMathFnCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DTypePromotionInMathFnCheck.h28 class TypePromotionInMathFnCheck : public ClangTidyCheck {
30 TypePromotionInMathFnCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt20 TypePromotionInMathFnCheck.cpp
H A DPerformanceTidyModule.cpp58 CheckFactories.registerCheck<TypePromotionInMathFnCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/
H A DBUILD.gn28 "TypePromotionInMathFnCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1233 clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.cpp
1234 clang-tools-extra/clang-tidy/performance/TypePromotionInMathFnCheck.h