Home | History | Annotate | Download | only in IR

Lines Matching refs:Rest

231     StringRef &Rest = Split.second; // The rest of the string.
254 Split = split(Rest, ':');
258 Split = split(Rest, ':');
263 if (!Rest.empty()) {
264 Split = split(Rest, ':');
292 Split = split(Rest, ':');
297 if (!Rest.empty()) {
298 Split = split(Rest, ':');
311 if (Rest.empty())
313 Split = split(Rest, ':');
322 assert(Rest.size() == 1);
323 switch(Rest[0]) {