Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/ADT/
H A DHashingTest.cpp367 struct StructWithHashBuilderAndHashValueSupport { struct
372 const StructWithHashBuilderAndHashValueSupport &Value) {} in addHash()
374 hash_value(const StructWithHashBuilderAndHashValueSupport &Value) { in hash_value()
380 StructWithHashBuilderAndHashValueSupport S{'c', 1}; in TEST()