Home | History | Annotate | Download | only in Driver

Lines Matching defs:Second

173     delete it->second;
586 StringRef first, second;
588 llvm::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
589 if (second != "")
590 iOSTarget = second.substr(0,3);
1045 std::pair<StringRef, StringRef> Second = First.second.split('.');
1051 if (Second.first.getAsInteger(10, GoodVersion.Minor) ||
1064 StringRef PatchText = GoodVersion.PatchSuffix = Second.second.str();
1320 // FIXME: It may be worthwhile to generalize this and look for a second
1387 delete it->second;
1459 delete it->second;
1530 delete it->second;