Home
last modified time | relevance | path

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

/external/compiler-rt/lib/msan/tests/
Dmsan_test.cc2704 struct StructWithHole { struct
2710 NOINLINE StructWithHole ReturnStructWithHole() { in ReturnStructWithHole() argument
2711 StructWithHole res; in ReturnStructWithHole()
2718 TEST(MemorySanitizer, StructWithHole) { in TEST() argument
2719 StructWithHole a = ReturnStructWithHole(); in TEST()