Home
last modified time | relevance | path

Searched refs:LhsValue (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
1021 LhsValue) || in checkArithmeticExpr()
1028 if ((LhsValue != 0 && Opcode == BO_EQ) || in checkArithmeticExpr()
1029 (LhsValue == 0 && Opcode == BO_NE)) in checkArithmeticExpr()
1032 else if ((LhsValue == 0 && Opcode == BO_EQ) || in checkArithmeticExpr()
1033 (LhsValue != 0 && Opcode == BO_NE)) in checkArithmeticExpr()
1043 LhsValue) || in checkArithmeticExpr()
1090 APSInt LhsValue, RhsValue; in checkBitwiseExpr() local
1098 uint64_t LhsConstant = LhsValue.getZExtValue(); in checkBitwiseExpr()
1169 APSInt LhsValue, RhsValue; in checkRelationalExpr() local
[all …]
/llvm-project-15.0.7/llvm/utils/unittest/googlemock/include/gmock/
H A Dgmock-matchers.h2192 typename LhsStlContainer::value_type>::type LhsValue;
2210 ::std::vector<LhsValue> sorted_container(lhs_stl_container.begin(),
2234 const Matcher<const ::std::vector<LhsValue>&> matcher_;
2288 typedef typename LhsStlContainer::value_type LhsValue;
2293 typedef ::std::tuple<const LhsValue&, const RhsValue&> InnerMatcherArg;
2334 InnerMatcherArg(ImplicitCast_<const LhsValue&>(*left),
2347 InnerMatcherArg(ImplicitCast_<const LhsValue&>(*left),