Home
last modified time | relevance | path

Searched defs:NumBuckets (Results 1 – 18 of 18) sorted by relevance

/llvm-project/clang/lib/Lex/
H A DHeaderMap.cpp91 uint32_t NumBuckets = in checkHeader() local
174 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); in dump() local
200 unsigned NumBuckets in lookupFilename() local
236 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); reverseLookupFilename() local
[all...]
/llvm-project/clang/test/SemaCXX/
H A D2008-01-11-BadWarning.cpp3 void** f(void **Buckets, unsigned NumBuckets) { in f()
/llvm-project/llvm/include/llvm/Support/
H A DOnDiskHashTable.h73 offset_type NumBuckets; variable
274 const typename Info::offset_type NumBuckets; variable
292 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() argument
306 offset_type NumBuckets = in readNumBucketsAndEntries() local
500 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
/llvm-project/clang/include/clang/Lex/
H A DHeaderMap.h46 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); in forEachKey() local
H A DHeaderMapTypes.h34 uint32_t NumBuckets; // Number of buckets (always a power of 2). member
/llvm-project/offload/plugins-nextgen/common/include/
H A DMemoryManager.h50 static constexpr const int NumBuckets = variable
199 : FreeLists(NumBuckets), FreeListLocks(NumBuckets), in FreeLists() argument
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_dense_map.h41 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
428 unsigned NumBuckets = getNumBuckets(); InsertIntoBucketImpl() local
460 const unsigned NumBuckets = getNumBuckets(); LookupBucketFor() local
579 unsigned NumBuckets = 0; global() variable
[all...]
/llvm-project/llvm/lib/Support/
H A DFoldingSet.cpp165 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
172 static void **AllocateBuckets(unsigned NumBuckets) { in AllocateBuckets()
H A DStringMap.cpp42 unsigned NumBuckets) { in getHashTable()
/llvm-project/llvm/include/llvm/ADT/
H A DDenseMap.h104 auto NumBuckets = getMinBucketToReserveForEntries(NumEntries); in reserve() local
622 unsigned NumBuckets = getNumBuckets(); InsertIntoBucketImpl() local
654 const unsigned NumBuckets = getNumBuckets(); LookupBucketFor() local
768 unsigned NumBuckets; global() variable
942 unsigned NumBuckets; global() member
[all...]
H A DStringMap.h38 unsigned NumBuckets = 0; variable
H A DFoldingSet.h123 unsigned NumBuckets; variable
/llvm-project/llvm/lib/DebugInfo/PDB/Native/
H A DGlobalsStream.cpp157 uint32_t NumBuckets = 0; readGSIHashBuckets() local
/llvm-project/llvm/include/llvm/DebugInfo/DWARF/
H A DDWARFUnitIndex.h104 uint32_t NumBuckets = 0; member
/llvm-project/clang/lib/Basic/
H A DIdentifierTable.cpp483 unsigned NumBuckets = HashTable.getNumBuckets(); PrintStats() local
/llvm-project/llvm/include/llvm/DebugInfo/PDB/Native/
H A DRawTypes.h36 support::ulittle32_t NumBuckets; member
/llvm-project/llvm/unittests/ADT/
H A DStringMapTest.cpp589 auto NumBuckets = Map.getNumBuckets(); TEST() local
/llvm-project/llvm/lib/DebugInfo/DWARF/
H A DDWARFVerifier.cpp1129 uint32_t NumBuckets = AccelTable.getNumBuckets(); verifyAppleAccelTable() local