Searched refs:SwitchSuccWrapper (Results 1 – 1 of 1) sorted by relevance
7410 struct SwitchSuccWrapper { struct7416 template <> struct DenseMapInfo<const SwitchSuccWrapper *> { argument7417 static const SwitchSuccWrapper *getEmptyKey() { in getEmptyKey()7418 return static_cast<SwitchSuccWrapper *>( in getEmptyKey()7421 static const SwitchSuccWrapper *getTombstoneKey() { in getTombstoneKey()7422 return static_cast<SwitchSuccWrapper *>( in getTombstoneKey()7425 static unsigned getHashValue(const SwitchSuccWrapper *SSW) { in getHashValue()7449 static bool isEqual(const SwitchSuccWrapper *LHS, in isEqual()7450 const SwitchSuccWrapper *RHS) { in isEqual()7451 auto EKey = DenseMapInfo<SwitchSuccWrapper *>::getEmptyKey(); in isEqual()[all …]