Home | History | Annotate | Download | only in Support

Lines Matching refs:Tmp

481   StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
482 return Tmp.split('-').first; // Isolate second component
486 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
487 Tmp = Tmp
488 return Tmp.split('-').first; // Isolate third component
492 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
493 Tmp = Tmp.split('-').second; // Strip second component
494 return Tmp.split('-').second; // Strip third component
498 StringRef Tmp = StringRef(Data).split('-').second; // Strip first component
499 return Tmp.split('-').second; // Strip second component