Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_flat_map_test.cpp25 struct TestStruct { struct
27 TestStruct(uptr v = 0) { data[11] = v; } in TestStruct() function
28 bool operator==(const TestStruct &other) const { in operator ==() argument
36 using FlatMapTestTypes = ::testing::Types<u8, u64, TestStruct>;
H A Dsanitizer_type_traits_test.cpp66 struct TestStruct { struct
73 ASSERT_TRUE((is_trivially_destructible<TestStruct>::value)); in TEST()
79 ASSERT_TRUE((is_trivially_copyable<TestStruct>::value)); in TEST()