Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp542 matchBinOpIntegerConstantExpr(StringRef Id) { in matchBinOpIntegerConstantExpr() function
939 const auto BinOpCstLeft = matchBinOpIntegerConstantExpr("lhs"); in registerMatchers()
940 const auto BinOpCstRight = matchBinOpIntegerConstantExpr("rhs"); in registerMatchers()