Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/misc/
DRedundantExpressionCheck.cpp557 retrieveBinOpIntegerConstantExpr(const MatchFinder::MatchResult &Result, in retrieveBinOpIntegerConstantExpr() function
998 if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol, in checkArithmeticExpr()
1020 if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol, in checkArithmeticExpr()
1022 !retrieveBinOpIntegerConstantExpr(Result, "rhs", RhsOpcode, RhsSymbol, in checkArithmeticExpr()
1071 if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol, in checkBitwiseExpr()