Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/performance/
H A DTypePromotionInMathFnCheck.cpp29 TypePromotionInMathFnCheck::TypePromotionInMathFnCheck( in TypePromotionInMathFnCheck() function in clang::tidy::performance::TypePromotionInMathFnCheck
36 void TypePromotionInMathFnCheck::registerPPCallbacks( in registerPPCallbacks()
41 void TypePromotionInMathFnCheck::storeOptions( in storeOptions()
46 void TypePromotionInMathFnCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
154 void TypePromotionInMathFnCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DTypePromotionInMathFnCheck.h26 class TypePromotionInMathFnCheck : public ClangTidyCheck {
28 TypePromotionInMathFnCheck(StringRef Name, ClangTidyContext *Context);
H A DCMakeLists.txt25 TypePromotionInMathFnCheck.cpp
H A DPerformanceTidyModule.cpp67 CheckFactories.registerCheck<TypePromotionInMathFnCheck>( in addCheckFactories()
/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/
H A DBUILD.gn33 "TypePromotionInMathFnCheck.cpp",