Home
last modified time | relevance | path

Searched refs:HashIt (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/DebugInfo/CodeView/
H A DTypeHashing.h137 auto HashIt = Hashes.begin(); in hashTypes() local
139 if (HashIt->empty()) { in hashTypes()
144 *HashIt = H; in hashTypes()
146 ++HashIt; in hashTypes()