Home
last modified time | relevance | path

Searched refs:RHSPart (Results 1 – 1 of 1) sorted by relevance

/external/llvm/include/llvm/TableGen/
DRecord.h1548 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); in operator() local
1550 assert (LHSPart.first == false && RHSPart.first == false && in operator()
1552 if (int Res = LHSPart.second.compare(RHSPart.second)) in operator()
1557 std::pair<bool, StringRef> RHSPart = RHSParts.getPart(I); in operator() local
1559 assert (LHSPart.first == true && RHSPart.first == true && in operator()
1561 if (LHSPart.second.size() != RHSPart.second.size()) in operator()
1562 return LHSPart.second.size() < RHSPart.second.size(); in operator()
1568 bool RHSFailed = RHSPart.second.getAsInteger(10, RHSVal); (void)RHSFailed; in operator()