Home
last modified time | relevance | path

Searched refs:HashableDummy (Results 1 – 1 of 1) sorted by relevance

/external/llvm/unittests/ADT/
DHashingTest.cpp127 struct HashableDummy { size_t value; }; struct
128 hash_code hash_value(HashableDummy dummy) { return dummy.value; } in hash_value()
166 const HashableDummy d_arr5[] = { {1}, {2}, {3} }; in TEST()
351 const HashableDummy d1 = { 1024 }, d2 = { 8888 }, d3 = { 9000000 }; in TEST()