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