Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/include/llvm/ADT/
HDFoldingSet.h431 typedef FoldingSetBucketIterator<T> bucket_iterator; typedef
433 bucket_iterator bucket_begin(unsigned hash) { in bucket_begin()
434 return bucket_iterator(Buckets + (hash & (NumBuckets-1))); in bucket_begin()
437 bucket_iterator bucket_end(unsigned hash) { in bucket_end()
438 return bucket_iterator(Buckets + (hash & (NumBuckets-1)), true); in bucket_end()
510 typedef FoldingSetBucketIterator<T> bucket_iterator; typedef
512 bucket_iterator bucket_begin(unsigned hash) { in bucket_begin()
513 return bucket_iterator(Buckets + (hash & (NumBuckets-1))); in bucket_begin()
516 bucket_iterator bucket_end(unsigned hash) { in bucket_end()
517 return bucket_iterator(Buckets + (hash & (NumBuckets-1)), true); in bucket_end()