Home
last modified time | relevance | path

Searched defs:ContiguousDenseMapInfo (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/ADT/
DDenseMapTest.cpp589 struct ContiguousDenseMapInfo { struct
590 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey()
591 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey()
592 static unsigned getHashValue(const unsigned& Val) { return Val; } in getHashValue()
593 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { in isEqual()