Searched refs:RHSPart (Results 1 – 3 of 3) sorted by relevance
1630 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); in operator() local1632 assert (LHSPart.first == false && RHSPart.first == false && in operator()1634 if (int Res = LHSPart.second.compare(RHSPart.second)) in operator()1639 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); in operator() local1641 assert (LHSPart.first == true && RHSPart.first == true && in operator()1643 if (LHSPart.second.size() != RHSPart.second.size()) in operator()1644 return LHSPart.second.size() < RHSPart.second.size(); in operator()1650 bool RHSFailed = RHSPart.second.getAsInteger(10, RHSVal); (void)RHSFailed; in operator()
1832 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); in operator() local1834 assert (LHSPart.first == false && RHSPart.first == false && in operator()1836 if (int Res = LHSPart.second.compare(RHSPart.second)) in operator()1841 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); in operator() local1843 assert (LHSPart.first == true && RHSPart.first == true && in operator()1845 if (LHSPart.second.size() != RHSPart.second.size()) in operator()1846 return LHSPart.second.size() < RHSPart.second.size(); in operator()1852 bool RHSFailed = RHSPart.second.getAsInteger(10, RHSVal); (void)RHSFailed; in operator()
1891 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); in operator() local1893 assert (LHSPart.first == false && RHSPart.first == false && in operator()1895 if (int Res = LHSPart.second.compare(RHSPart.second)) in operator()1900 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); in operator() local1902 assert (LHSPart.first == true && RHSPart.first == true && in operator()1904 if (LHSPart.second.size() != RHSPart.second.size()) in operator()1905 return LHSPart.second.size() < RHSPart.second.size(); in operator()1911 bool RHSFailed = RHSPart.second.getAsInteger(10, RHSVal); (void)RHSFailed; in operator()