Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/TableGen/
H A DRecord.h2174 std::pair<bool, StringRef> LHSPart = LHSParts.getPart(I); in operator() local
2177 assert (LHSPart.first == false && RHSPart.first == false && in operator()
2179 if (int Res = LHSPart.second.compare(RHSPart.second)) in operator()
2183 std::pair<bool, StringRef> LHSPart = LHSParts.getPart(I); in operator() local
2186 assert (LHSPart.first == true && RHSPart.first == true && in operator()
2188 if (LHSPart.second.size() != RHSPart.second.size()) in operator()
2189 return LHSPart.second.size() < RHSPart.second.size(); in operator()
2193 bool LHSFailed = LHSPart.second.getAsInteger(10, LHSVal); (void)LHSFailed; in operator()