Searched refs:wasInserted (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/lld/COFF/
H A DSymbolTable.cpp478 bool wasInserted; local
479 std::tie(s, wasInserted) = insert(name, f);
480 if (wasInserted || (s->isLazy() && isWeakAlias)) {
492 bool wasInserted; local
493 std::tie(s, wasInserted) = insert(name);
494 if (wasInserted) {
507 bool wasInserted; local
508 std::tie(s, wasInserted) = insert(n, f);
509 if (wasInserted) {
589 bool wasInserted; local
604 bool wasInserted; local
619 bool wasInserted; local
633 bool wasInserted; local
647 bool wasInserted; local
663 bool wasInserted; local
675 bool wasInserted; local
690 bool wasInserted; local
[all...]
/freebsd-12-stable/contrib/llvm-project/lld/ELF/
H A DInputFiles.cpp1266 bool wasInserted; local
1267 std::tie(it, wasInserted) = symtab->soNames.try_emplace(soName, this);
1274 if (!wasInserted)

Completed in 259 milliseconds