Searched refs:TypePromotionInMathFnCheck (Results 1 – 5 of 5) sorted by relevance
29 TypePromotionInMathFnCheck::TypePromotionInMathFnCheck( in TypePromotionInMathFnCheck() function in clang::tidy::performance::TypePromotionInMathFnCheck36 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()
26 class TypePromotionInMathFnCheck : public ClangTidyCheck {28 TypePromotionInMathFnCheck(StringRef Name, ClangTidyContext *Context);
25 TypePromotionInMathFnCheck.cpp
67 CheckFactories.registerCheck<TypePromotionInMathFnCheck>( in addCheckFactories()
33 "TypePromotionInMathFnCheck.cpp",