Searched refs:LhsValue (Results 1 – 2 of 2) sorted by relevance
1013 APSInt LhsValue, RhsValue; in checkArithmeticExpr() local1021 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() local1098 uint64_t LhsConstant = LhsValue.getZExtValue(); in checkBitwiseExpr()1169 APSInt LhsValue, RhsValue; in checkRelationalExpr() local[all …]
2192 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),