Searched refs:EmptyKey (Results 1 – 8 of 8) sorted by relevance
122 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in clear() local126 P->getFirst() = EmptyKey; in clear()130 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) { in clear()135 P->getFirst() = EmptyKey; in clear()364 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey(); in destroyAll() local366 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) && in destroyAll()379 const KeyT EmptyKey = getEmptyKey(); in initEmpty() local381 ::new (&B->getFirst()) KeyT(EmptyKey); in initEmpty()399 const KeyT EmptyKey = getEmptyKey(); in moveFromOldBuckets() local402 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) && in moveFromOldBuckets()[all …]
54 return Attribute::EmptyKey;
78 EmptyKey, ///< Use as Empty key for DenseMap of AttrKind enumerator
568 static const IRPosition EmptyKey; member716 static inline IRPosition getEmptyKey() { return IRPosition::EmptyKey; }
939 case Attribute::EmptyKey: in constructFunction()
329 const IRPosition IRPosition::EmptyKey(DenseMapInfo<void *>::getEmptyKey());
767 case Attribute::EmptyKey: in getAttrKindEncoding()
1230 case Attribute::EmptyKey: in getRawAttributeMask()