Home | History | Annotate | Download | only in IR

Lines Matching refs:Rest

215     StringRef &Rest = Split.second; // The rest of the string.
234 Split = split(Rest, ':');
238 Split = split(Rest, ':');
243 if (!Rest.empty()) {
244 Split = split(Rest, ':');
271 Split = split(Rest, ':');
276 if (!Rest.empty()) {
277 Split = split(Rest, ':');
290 if (Rest.empty())
292 Split = split(Rest, ':');