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

/external/compiler-rt/lib/msan/tests/
H A Dmsan_test.cc2516 struct StructWithHole { struct
2522 NOINLINE StructWithHole ReturnStructWithHole() {
2523 StructWithHole res;
2530 TEST(MemorySanitizer, StructWithHole) {
2531 StructWithHole a = ReturnStructWithHole();

Completed in 1966 milliseconds