Searched defs:TombstoneKey (Results 1 – 8 of 8) sorted by relevance
104 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local290 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local326 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local526 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local794 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local909 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
105 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local306 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local342 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local525 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local795 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local910 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local335 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local371 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local592 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local910 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local1022 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
121 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local364 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local400 const KeyT TombstoneKey = getTombstoneKey(); in moveFromOldBuckets() local621 const KeyT TombstoneKey = getTombstoneKey(); in LookupBucketFor() local944 const KeyT TombstoneKey = this->getTombstoneKey(); in swap() local1056 const KeyT TombstoneKey = this->getTombstoneKey(); in grow() local
93 TombstoneKey, ///< Use as Tombstone key for DenseMap of AttrKind enumerator
452 static const IRPosition TombstoneKey; member
698 auto TombstoneKey = DenseMapInfo<int64_t>::getTombstoneKey(); in getTombstoneKey() local3453 static ReachabilityQueryInfo<ToTy> TombstoneKey; member
481 const IRPosition IRPosition::TombstoneKey(256); member in IRPosition