Home
last modified time | relevance | path

Searched defs:Bucket (Results 1 – 14 of 14) sorted by relevance

/NextBSD/contrib/llvm/lib/Support/
HDFoldingSet.cpp288 void **Bucket = GetBucketFor(IDHash, Buckets, NumBuckets); in FindNodeOrInsertPos() local
322 void **Bucket = static_cast<void**>(InsertPos); in InsertNode() local
364 void **Bucket = GetBucketPtr(Ptr); in RemoveNode() local
393 FoldingSetIteratorImpl::FoldingSetIteratorImpl(void **Bucket) { in FoldingSetIteratorImpl()
410 void **Bucket = GetBucketPtr(Probe); in advance() local
425 FoldingSetBucketIteratorImpl::FoldingSetBucketIteratorImpl(void **Bucket) { in FoldingSetBucketIteratorImpl()
HDSmallPtrSet.cpp65 const void **Bucket = const_cast<const void**>(FindBucketFor(Ptr)); in insert_imp() local
94 void **Bucket = const_cast<void**>(FindBucketFor(Ptr)); in erase_imp() local
105 unsigned Bucket = DenseMapInfo<void *>::getHashValue(Ptr) & (CurArraySize-1); in FindBucketFor() local
HDStringMap.cpp168 int Bucket = FindKey(Key); in RemoveKey() local
212 StringMapEntryBase *Bucket = TheTable[I]; in RehashTable() local
/NextBSD/contrib/llvm/include/llvm/ADT/
HDStringMap.h266 int Bucket = FindKey(Key); in find() local
272 int Bucket = FindKey(Key); in find() local
300 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local
320 StringMapEntryBase *&Bucket = TheTable[BucketNo]; in insert() local
343 StringMapEntryBase *&Bucket = TheTable[I]; in clear() local
379 StringMapEntryBase *Bucket = TheTable[I]; in ~StringMap() local
401 : Ptr(Bucket) { in Ptr() argument
HDFoldingSet.h621 explicit FoldingSetIterator(void **Bucket) : FoldingSetIteratorImpl(Bucket) {} in FoldingSetIterator()
651 FoldingSetBucketIteratorImpl(void **Bucket, bool) in FoldingSetBucketIteratorImpl()
673 explicit FoldingSetBucketIterator(void **Bucket) : in FoldingSetBucketIterator()
676 FoldingSetBucketIterator(void **Bucket, bool) : in FoldingSetBucketIterator()
HDDenseMap.h1017 const DenseMapIterator<KeyT, ValueT, KeyInfoT, Bucket, IsConstSrc> &I) in DenseMapIterator() argument
/NextBSD/contrib/compiler-rt/lib/sanitizer_common/
HDsanitizer_addrhashmap.h59 struct Bucket { struct
62 Cell cells[kBucketSize]; argument
82 Bucket *bucket_; argument
/NextBSD/contrib/llvm/include/llvm/Support/
HDOnDiskHashTable.h78 struct Bucket { struct
84 Bucket *Buckets; argument
299 const unsigned char *Bucket = Buckets + sizeof(offset_type) * Idx; variable
HDArrayRecycler.h41 SmallVector<FreeList*, 8> Bucket; variable
/NextBSD/contrib/llvm/lib/DebugInfo/DWARF/
HDDWARFAcceleratorTable.cpp82 for (unsigned Bucket = 0; Bucket < Hdr.NumBuckets; ++Bucket) { in dump() local
/NextBSD/contrib/compiler-rt/lib/ubsan/
HDubsan_type_hash_itanium.cc212 HashValue *Bucket = getTypeCacheHashTableBucket(Hash); in checkDynamicType() local
/NextBSD/contrib/llvm/tools/clang/lib/Lex/
HDHeaderMap.cpp220 for (unsigned Bucket = HashHMapKey(Filename);; ++Bucket) { in lookupFilename() local
/NextBSD/contrib/llvm/lib/Target/PowerPC/
HDPPCLoopPreIncPrep.cpp172 typedef std::multimap<const SCEV *, Instruction *, SCEVLess> Bucket; in runOnLoop() typedef
/NextBSD/contrib/llvm/tools/clang/lib/ASTMatchers/
HDASTMatchFinder.cpp520 llvm::TimeRecord *Bucket; member in clang::ast_matchers::internal::__anonee074a4e0111::MatchASTVisitor::TimeBucketRegion