Home
last modified time | relevance | path

Searched defs: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
26 int data[125] = {};
27 TestStruct(uptr v = 0) { data[11] = v; } in TestStruct() function
28 bool operator==(const TestStruct &other) const { in operator ==()
H A Dsanitizer_type_traits_test.cpp66 struct TestStruct { struct
67 int a;
68 float b;