Lines Matching defs:EmptyKey
122 const KeyT EmptyKey = getEmptyKey();
126 P->getFirst() = EmptyKey;
131 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey)) {
136 P->getFirst() = EmptyKey;
375 const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
377 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) &&
390 const KeyT EmptyKey = getEmptyKey();
392 ::new (&B->getFirst()) KeyT(EmptyKey);
410 const KeyT EmptyKey = getEmptyKey();
413 if (!KeyInfoT::isEqual(B->getFirst(), EmptyKey) &&
448 const KeyT EmptyKey = getEmptyKey();
452 if (!KeyInfoT::isEqual(Buckets[I].getFirst(), EmptyKey) &&
592 const KeyT EmptyKey = getEmptyKey();
593 if (!KeyInfoT::isEqual(TheBucket->getFirst(), EmptyKey))
605 const KeyT EmptyKey = getEmptyKey();
612 if (LLVM_LIKELY(KeyInfoT::isEqual(Bucket->getFirst(), EmptyKey)))
643 const KeyT EmptyKey = getEmptyKey();
645 assert(!KeyInfoT::isEqual(Val, EmptyKey) &&
661 if (LLVM_LIKELY(KeyInfoT::isEqual(ThisBucket->getFirst(), EmptyKey))) {
943 const KeyT EmptyKey = this->getEmptyKey();
953 bool hasLHSValue = (!KeyInfoT::isEqual(LHSB->getFirst(), EmptyKey) &&
955 bool hasRHSValue = (!KeyInfoT::isEqual(RHSB->getFirst(), EmptyKey) &&
996 if (!KeyInfoT::isEqual(NewB->getFirst(), EmptyKey) &&
1055 const KeyT EmptyKey = this->getEmptyKey();
1058 if (!KeyInfoT::isEqual(P->getFirst(), EmptyKey) &&