Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/performance/
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()
DTypePromotionInMathFnCheck.h28 class TypePromotionInMathFnCheck : public ClangTidyCheck {
30 TypePromotionInMathFnCheck(StringRef Name, ClangTidyContext *Context);
DCMakeLists.txt20 TypePromotionInMathFnCheck.cpp
DPerformanceTidyModule.cpp58 CheckFactories.registerCheck<TypePromotionInMathFnCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/
DBUILD.gn28 "TypePromotionInMathFnCheck.cpp",