Searched defs:FoundBucket (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDenseMap.h455 /// FoundBucket. If the bucket contains the key and a value, this returns
460 const BucketT *&FoundBucket) const {
465 FoundBucket = nullptr;
483 FoundBucket = ThisBucket;
492 FoundBucket = FoundTombstone ? FoundTombstone : ThisBucket;
509 bool LookupBucketFor(const LookupKeyT &Val, BucketT *&FoundBucket) { argument
513 FoundBucket = const_cast<BucketT *>(ConstFoundBucket);

Completed in 123 milliseconds