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

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DHashTable.h225 Optional<uint32_t> FirstUnused; local
231 if (!FirstUnused)
232 FirstUnused = I;
244 // The only way FirstUnused would not be set is if every single entry in the
247 assert(FirstUnused);
248 return const_iterator(*this, *FirstUnused, true);

Completed in 75 milliseconds