Home
last modified time | relevance | path

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

/external/llvm/include/llvm/ADT/
DFoldingSet.h439 typedef FoldingSetBucketIterator<T> bucket_iterator; typedef
441 bucket_iterator bucket_begin(unsigned hash) { in bucket_begin()
442 return bucket_iterator(Buckets + (hash & (NumBuckets-1))); in bucket_begin()
445 bucket_iterator bucket_end(unsigned hash) { in bucket_end()
446 return bucket_iterator(Buckets + (hash & (NumBuckets-1)), true); in bucket_end()
517 typedef FoldingSetBucketIterator<T> bucket_iterator; typedef
519 bucket_iterator bucket_begin(unsigned hash) { in bucket_begin()
520 return bucket_iterator(Buckets + (hash & (NumBuckets-1))); in bucket_begin()
523 bucket_iterator bucket_end(unsigned hash) { in bucket_end()
524 return bucket_iterator(Buckets + (hash & (NumBuckets-1)), true); in bucket_end()