Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DRedundantExpressionCheck.cpp1013 APSInt LhsValue, RhsValue; in checkArithmeticExpr() local
1045 RhsValue) || in checkArithmeticExpr()
1050 transformSubToCanonicalAddExpr(RhsOpcode, RhsValue); in checkArithmeticExpr()
1059 APSInt::compareValues(LhsValue, RhsValue) != 0) || in checkArithmeticExpr()
1061 APSInt::compareValues(LhsValue, RhsValue) == 0)) { in checkArithmeticExpr()
1090 APSInt LhsValue, RhsValue; in checkBitwiseExpr() local
1095 !retrieveIntegerConstantExpr(Result, "rhs", RhsValue)) in checkBitwiseExpr()
1099 uint64_t RhsConstant = RhsValue.getZExtValue(); in checkBitwiseExpr()
1169 APSInt LhsValue, RhsValue; in checkRelationalExpr() local
1179 if (APSInt::compareValues(LhsValue, RhsValue) > 0) { in checkRelationalExpr()
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2259 typedef typename RhsStlContainer::value_type RhsValue;
2293 typedef ::std::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;
2335 ImplicitCast_<const RhsValue&>(*right)),
2348 ImplicitCast_<const RhsValue&>(*right))))