Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/performance/
H A DInefficientAlgorithmCheck.h23 class InefficientAlgorithmCheck : public ClangTidyCheck {
25 InefficientAlgorithmCheck(StringRef Name, ClangTidyContext *Context) in InefficientAlgorithmCheck() function
H A DInefficientAlgorithmCheck.cpp29 void InefficientAlgorithmCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
60 void InefficientAlgorithmCheck::check(const MatchFinder::MatchResult &Result) { in check()
H A DCMakeLists.txt10 InefficientAlgorithmCheck.cpp
H A DPerformanceTidyModule.cpp41 CheckFactories.registerCheck<InefficientAlgorithmCheck>( in addCheckFactories()
/llvm-project-15.0.7/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/performance/
H A DBUILD.gn18 "InefficientAlgorithmCheck.cpp",
/llvm-project-15.0.7/clang/docs/tools/
H A Dclang-formatted-files.txt1216 clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.cpp
1217 clang-tools-extra/clang-tidy/performance/InefficientAlgorithmCheck.h