Lines Matching defs:It
97 auto It = lower_bound(
103 if (Overwrite && It != Documents.end() &&
104 Reexport->getInstallName() == (*It)->getInstallName()) {
105 std::replace(Documents.begin(), Documents.end(), *It,
110 if ((It != Documents.end()) &&
111 !(Reexport->getInstallName() < (*It)->getInstallName()))
114 Documents.emplace(It, std::move(Reexport));
173 for (const auto &It : umbrellas()) {
174 if (!It.second.empty())
175 IF->addParentUmbrella(It.first, It.second);
177 for (const auto &It : O->umbrellas()) {
178 if (!It.second.empty())
179 IF->addParentUmbrella(It.first, It.second);
248 for (const auto &It : umbrellas())
249 if (It.first.Arch != Arch)
250 IF->addParentUmbrella(It.first, It.second);
316 for (const auto &It : umbrellas())
317 if (It.first.Arch == Arch)
318 IF->addParentUmbrella(It.first, It.second);
320 for (const auto &It : rpaths())
321 if (It.first.Arch == Arch)
322 IF->addRPath(It.second, It.first);