Home
last modified time | relevance | path

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

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