Searched refs:LhsValue (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 999 LhsValue) || in checkArithmeticExpr() 1006 if ((LhsValue != 0 && Opcode == BO_EQ) || in checkArithmeticExpr() 1007 (LhsValue == 0 && Opcode == BO_NE)) in checkArithmeticExpr() 1010 else if ((LhsValue == 0 && Opcode == BO_EQ) || in checkArithmeticExpr() 1011 (LhsValue != 0 && Opcode == BO_NE)) in checkArithmeticExpr() 1021 LhsValue) || in checkArithmeticExpr() 1027 transformSubToCanonicalAddExpr(LhsOpcode, LhsValue); 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() [all …]
|
/external/googletest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2448 typename LhsStlContainer::value_type>::type LhsValue; 2466 ::std::vector<LhsValue> sorted_container(lhs_stl_container.begin(), 2490 const Matcher<const ::std::vector<LhsValue>&> matcher_; 2542 typedef typename LhsStlContainer::value_type LhsValue; 2547 typedef ::std::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg; 2588 InnerMatcherArg(ImplicitCast_<const LhsValue&>(*left), 2601 InnerMatcherArg(ImplicitCast_<const LhsValue&>(*left),
|
/external/llvm-project/llvm/utils/unittest/googlemock/include/gmock/ |
D | gmock-matchers.h | 2639 typename LhsStlContainer::value_type>::type LhsValue; 2657 ::std::vector<LhsValue> sorted_container(lhs_stl_container.begin(), 2681 const Matcher<const ::std::vector<LhsValue>&> matcher_; 2726 typedef typename LhsStlContainer::value_type LhsValue; 2731 typedef ::testing::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;
|
/external/fmtlib/test/gmock/ |
D | gmock.h | 7050 typename LhsStlContainer::value_type>::type LhsValue; 7068 ::std::vector<LhsValue> sorted_container(lhs_stl_container.begin(), 7092 const Matcher<const ::std::vector<LhsValue>&> matcher_; 7137 typedef typename LhsStlContainer::value_type LhsValue; 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 | 7453 typename LhsStlContainer::value_type>::type LhsValue; 7471 ::std::vector<LhsValue> sorted_container(lhs_stl_container.begin(), 7495 const Matcher<const ::std::vector<LhsValue>&> matcher_; 7540 typedef typename LhsStlContainer::value_type LhsValue; 7545 typedef ::testing::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;
|