Searched refs:warningsCount (Results 1 – 1 of 1) sorted by relevance
1467 std::atomic<uint64_t> warningsCount{0}; in handleExplicitExports() local1468 parallelForEach(symtab->getSymbols(), [&warningsCount](Symbol *sym) { in handleExplicitExports()1481 if (warningsCount.fetch_add(1, std::memory_order_relaxed) < in handleExplicitExports()1494 if (warningsCount > kMaxWarnings) in handleExplicitExports()1495 warn("<... " + Twine(warningsCount - kMaxWarnings) + in handleExplicitExports()