Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Support/
DOnDiskHashTable.h73 offset_type NumBuckets; variable
238 const typename Info::offset_type NumBuckets; variable
255 : NumBuckets(NumBuckets), NumEntries(NumEntries), Buckets(Buckets), in NumBuckets() function
361 offset_type NumBuckets = variable
390 : base_type(NumBuckets, NumEntries, Buckets, Base, InfoObj), in base_type() argument
560 offset_type NumBuckets = variable
/external/clang/test/SemaCXX/
D2008-01-11-BadWarning.cpp4 void** f(void **Buckets, unsigned NumBuckets) { in f()
/external/clang/lib/Lex/
DHeaderMap.cpp50 uint32_t NumBuckets; // Number of buckets (always a power of 2). member
183 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); in dump() local
216 unsigned NumBuckets = getEndianAdjustedWord(Hdr.NumBuckets); in lookupFilename() local
/external/llvm/lib/Support/
DFoldingSet.cpp208 static void **GetBucketFor(unsigned Hash, void **Buckets, unsigned NumBuckets) { in GetBucketFor()
215 static void **AllocateBuckets(unsigned NumBuckets) { in AllocateBuckets()
/external/llvm/include/llvm/ADT/
DDenseMap.h431 unsigned NumBuckets = getNumBuckets(); in InsertIntoBucketImpl() local
462 const unsigned NumBuckets = getNumBuckets(); in LookupBucketFor() local
541 unsigned NumBuckets; variable
696 unsigned NumBuckets; member
DStringMap.h47 unsigned NumBuckets; variable
DFoldingSet.h119 unsigned NumBuckets; variable
/external/clang/lib/Basic/
DIdentifierTable.cpp260 unsigned NumBuckets = HashTable.getNumBuckets(); in PrintStats() local