Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.h32 void checkBitwiseExpr(const ast_matchers::MatchFinder::MatchResult &R);
H A DRedundantExpressionCheck.cpp1084 void RedundantExpressionCheck::checkBitwiseExpr( in checkBitwiseExpr() function in clang::tidy::misc::RedundantExpressionCheck
1332 checkBitwiseExpr(Result); in check()