Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DDenseSetTest.cpp35 struct TestDenseSetInfo { struct
36 static inline unsigned getEmptyKey() { return ~0; } in getEmptyKey()
37 static inline unsigned getTombstoneKey() { return ~0U - 1; } in getTombstoneKey()
38 static unsigned getHashValue(const unsigned& Val) { return Val * 37U; } in getHashValue()
39 static unsigned getHashValue(const char* Val) { in getHashValue()
42 static bool isEqual(const unsigned& LHS, const unsigned& RHS) { in isEqual()
45 static bool isEqual(const char* LHS, const unsigned& RHS) { in isEqual()