Home | History | Annotate | Download | only in Driver

Lines Matching defs:Second

487         StringRef first, second;
489 std::tie(first, second) = isysroot.split(StringRef("SDKs/iPhoneOS"));
490 if (second != "")
491 iOSTarget = second.substr(0,3);
1136 std::pair<StringRef, StringRef> Second = First.second.split('.');
1143 if (Second.first.getAsInteger(10, GoodVersion.Minor) ||
1146 GoodVersion.MinorStr = Second.first.str();
1157 StringRef PatchText = GoodVersion.PatchSuffix = Second.second.str();
2088 // FIXME: It may be worthwhile to generalize this and look for a second
2110 if (!CandidateGCCInstallPaths.insert(LI->path()).second)