Searched refs:retrieveBinOpIntegerConstantExpr (Results 1 – 1 of 1) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/ |
| H A D | RedundantExpressionCheck.cpp | 556 retrieveBinOpIntegerConstantExpr(const MatchFinder::MatchResult &Result, in retrieveBinOpIntegerConstantExpr() function 1020 if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol, in checkArithmeticExpr() 1042 if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol, in checkArithmeticExpr() 1044 !retrieveBinOpIntegerConstantExpr(Result, "rhs", RhsOpcode, RhsSymbol, in checkArithmeticExpr() 1093 if (!retrieveBinOpIntegerConstantExpr(Result, "lhs", LhsOpcode, LhsSymbol, in checkBitwiseExpr()
|