Searched refs:RhsValue (Results 1 – 5 of 5) sorted by relevance
/external/llvm-project/clang-tools-extra/clang-tidy/misc/ |
D | RedundantExpressionCheck.cpp | 991 APSInt LhsValue, RhsValue; in checkArithmeticExpr() local 1023 RhsValue) || in checkArithmeticExpr() 1028 transformSubToCanonicalAddExpr(RhsOpcode, RhsValue); in checkArithmeticExpr() 1032 if ((Opcode == BO_EQ && APSInt::compareValues(LhsValue, RhsValue) == 0) || in checkArithmeticExpr() 1033 (Opcode == BO_NE && APSInt::compareValues(LhsValue, RhsValue) != 0)) { in checkArithmeticExpr() 1037 APSInt::compareValues(LhsValue, RhsValue) != 0) || in checkArithmeticExpr() 1039 APSInt::compareValues(LhsValue, RhsValue) == 0)) { in checkArithmeticExpr() 1068 APSInt LhsValue, RhsValue; in checkBitwiseExpr() local 1073 !retrieveIntegerConstantExpr(Result, "rhs", RhsValue)) in checkBitwiseExpr() 1077 uint64_t RhsConstant = RhsValue.getZExtValue(); in checkBitwiseExpr() [all …]
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2513 typedef typename RhsStlContainer::value_type RhsValue; 2547 typedef ::std::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg; 2589 ImplicitCast_<const RhsValue&>(*right)), 2602 ImplicitCast_<const RhsValue&>(*right))))
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2702 typedef typename RhsStlContainer::value_type RhsValue; 2731 typedef ::testing::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 7113 typedef typename RhsStlContainer::value_type RhsValue; 7142 typedef ::std::tr1::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/gmock/ |
D | gmock.h | 7516 typedef typename RhsStlContainer::value_type RhsValue; 7545 typedef ::testing::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;
|