Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.h23 class RedundantExpressionCheck : public ClangTidyCheck {
25 RedundantExpressionCheck(StringRef Name, ClangTidyContext *Context) in RedundantExpressionCheck() function
DCMakeLists.txt14 RedundantExpressionCheck.cpp
DMiscTidyModule.cpp44 CheckFactories.registerCheck<RedundantExpressionCheck>( in addCheckFactories()
DRedundantExpressionCheck.cpp831 void RedundantExpressionCheck::registerMatchers(MatchFinder *Finder) { in registerMatchers()
989 void RedundantExpressionCheck::checkArithmeticExpr( in checkArithmeticExpr()
1062 void RedundantExpressionCheck::checkBitwiseExpr( in checkBitwiseExpr()
1135 void RedundantExpressionCheck::checkRelationalExpr( in checkRelationalExpr()
1200 void RedundantExpressionCheck::check(const MatchFinder::MatchResult &Result) { in check()
/external/llvm-project/llvm/utils/gn/secondary/clang-tools-extra/clang-tidy/misc/
DBUILD.gn24 "RedundantExpressionCheck.cpp",