Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h42 if (NumBuckets > getNumBuckets()) in reserve()
255 if (getNumBuckets() == 0) // Nothing to do. in destroyAll()
271 CHECK_EQ((getNumBuckets() & (getNumBuckets() - 1)), 0); in initEmpty()
318 CHECK_EQ(getNumBuckets(), other.getNumBuckets()); in copyFrom()
326 other.getBuckets(), getNumBuckets() * sizeof(BucketT)); in copyFrom()
328 for (uptr i = 0; i < getNumBuckets(); ++i) { in copyFrom()
382 unsigned getNumBuckets() const { in getNumBuckets() function
383 return static_cast<const DerivedT *>(this)->getNumBuckets(); in getNumBuckets()
386 BucketT *getBucketsEnd() { return getBuckets() + getNumBuckets(); } in getBucketsEnd()
389 return getBuckets() + getNumBuckets(); in getBucketsEnd()
[all …]
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/
H A DDenseMap.h106 if (NumBuckets > getNumBuckets()) in reserve()
116 if (getNumEntries() * 4 < getNumBuckets() && getNumBuckets() > 64) { in clear()
361 if (getNumBuckets() == 0) // Nothing to do. in destroyAll()
377 assert((getNumBuckets() & (getNumBuckets()-1)) == 0 && in initEmpty()
424 assert(getNumBuckets() == other.getNumBuckets()); in copyFrom()
432 getNumBuckets() * sizeof(BucketT)); in copyFrom()
434 for (size_t i = 0; i < getNumBuckets(); ++i) { in copyFrom()
524 unsigned getNumBuckets() const { in getNumBuckets() function
525 return static_cast<const DerivedT *>(this)->getNumBuckets(); in getNumBuckets()
529 return getBuckets() + getNumBuckets(); in getBucketsEnd()
[all …]
H A DStringMap.h91 unsigned getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/PDB/Native/
H A DGlobalsStream.h63 uint32_t getNumBuckets() const { return HashHdr->NumBuckets; } in getNumBuckets() function
/openbsd-src/gnu/llvm/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.h186 uint32_t getNumBuckets();
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DOnDiskHashTable.h313 offset_type getNumBuckets() const { return NumBuckets; } in getNumBuckets() function
/openbsd-src/gnu/llvm/clang/lib/Basic/
H A DIdentifierTable.cpp455 unsigned NumBuckets = HashTable.getNumBuckets(); in PrintStats()
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/
H A DDWARFAcceleratorTable.cpp81 uint32_t AppleAcceleratorTable::getNumBuckets() { return Hdr.BucketCount; } in getNumBuckets() function in AppleAcceleratorTable
H A DDWARFVerifier.cpp991 uint32_t NumBuckets = AccelTable.getNumBuckets(); in verifyAppleAccelTable()
/openbsd-src/gnu/llvm/llvm/tools/llvm-pdbutil/
H A DDumpOutputStyle.cpp1699 Table.getHashRecordSize(), Table.getNumBuckets()); in dumpSymbolsFromGSI()