reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

include/llvm/ADT/DenseMap.h
  121     const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
  278     TheBucket->getFirst() = getTombstoneKey();
  286     TheBucket->getFirst() = getTombstoneKey();
  334     const KeyT EmptyKey = getEmptyKey(), TombstoneKey = getTombstoneKey();
  370     const KeyT TombstoneKey = getTombstoneKey();
  408             !KeyInfoT::isEqual(getBuckets()[i].getFirst(), getTombstoneKey()))
  591     const KeyT TombstoneKey = getTombstoneKey();
  909     const KeyT TombstoneKey = this->getTombstoneKey();
 1024       const KeyT TombstoneKey = this->getTombstoneKey();