Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/ADT/
H A DHashingTest.cpp421 struct StructWithHashBuilderAndHashValueSupport { struct
426 const StructWithHashBuilderAndHashValueSupport &Value) {} in addHash()
428 hash_value(const StructWithHashBuilderAndHashValueSupport &Value) { in hash_value()
434 StructWithHashBuilderAndHashValueSupport S{'c', 1}; in TEST()