Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DRedundantBranchConditionCheck.h23 class RedundantBranchConditionCheck : public ClangTidyCheck {
25 RedundantBranchConditionCheck(StringRef Name, ClangTidyContext *Context) in RedundantBranchConditionCheck() function
DRedundantBranchConditionCheck.cpp38 void RedundantBranchConditionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
66 void RedundantBranchConditionCheck::check(const MatchFinder::MatchResult &Result) { in check()
DCMakeLists.txt36 RedundantBranchConditionCheck.cpp
DBugproneTidyModule.cpp124 CheckFactories.registerCheck<RedundantBranchConditionCheck>( in addCheckFactories()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/bugprone/
DBUILD.gn46 "RedundantBranchConditionCheck.cpp",