Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/Support/
H A DHashBuilderTest.cpp134 struct StructWithoutCopyOrMove { struct
136 StructWithoutCopyOrMove() = default; argument
137 StructWithoutCopyOrMove(const StructWithoutCopyOrMove &) = delete;
138 StructWithoutCopyOrMove &operator=(const StructWithoutCopyOrMove &) = delete;
142 const StructWithoutCopyOrMove &Value) { in addHash()
196 EXPECT_EQ(hashWithBuilder<HE>(StructWithoutCopyOrMove{1}), in TYPED_TEST()
281 std::pair<StructWithoutCopyOrMove, std::string> Pair; in TYPED_TEST()
300 std::tuple<StructWithoutCopyOrMove, std::string> Tuple; in TYPED_TEST()