Home
last modified time | relevance | path

Searched refs:checkBitwiseExpr (Results 1 – 2 of 2) sorted by relevance

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.h32 void checkBitwiseExpr(const ast_matchers::MatchFinder::MatchResult &R);
DRedundantExpressionCheck.cpp1062 void RedundantExpressionCheck::checkBitwiseExpr( in checkBitwiseExpr() function in clang::tidy::misc::RedundantExpressionCheck
1310 checkBitwiseExpr(Result); in check()