Searched refs:LHSB (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/ADT/
H A DDenseMap.h743 BucketT *LHSB = &getInlineBuckets()[i], local
745 bool hasLHSValue = (!KeyInfoT::isEqual(LHSB->first, EmptyKey) &&
746 !KeyInfoT::isEqual(LHSB->first, TombstoneKey));
751 std::swap(*LHSB, *RHSB);
755 std::swap(LHSB->first, RHSB->first);
757 new (&RHSB->second) ValueT(std::move(LHSB->second));
758 LHSB->second.~ValueT();
760 new (&LHSB->second) ValueT(std::move(RHSB->second));

Completed in 330 milliseconds