Home
last modified time | relevance | path

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

/llvm-project/llvm/unittests/Support/
H A DHashBuilderTest.cpp134 struct StructWithoutCopyOrMove { struct
136 StructWithoutCopyOrMove() = default; argument
137 explicit StructWithoutCopyOrMove(int I) : I(I) {} in StructWithoutCopyOrMove() function