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

References

include/llvm/ADT/PointerIntPair.h
  198   static Ty getEmptyKey() {
  200     Val <<= PointerLikeTypeTraits<Ty>::NumLowBitsAvailable;
  201     return Ty::getFromOpaqueValue(reinterpret_cast<void *>(Val));
  204   static Ty getTombstoneKey() {
  207     return Ty::getFromOpaqueValue(reinterpret_cast<void *>(Val));
  210   static unsigned getHashValue(Ty V) {
  215   static bool isEqual(const Ty &LHS, const Ty &RHS) { return LHS == RHS; }
  215   static bool isEqual(const Ty &LHS, const Ty &RHS) { return LHS == RHS; }