Home | History | Annotate | Download | only in Support

Lines Matching refs:Tmp

558   StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
559 return Tmp.split('-').first; // Isolate second component
563 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
564 Tmp = Tmp.split('-').second; // Strip second component
565 return Tmp.split('-').first; // Isolate third component
569 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
570 Tmp = Tmp.split('-').second; // Strip second component
571 return Tmp.split('-').second; // Strip third component
575 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
576 return Tmp.split('-').second; // Strip second component