Home
last modified time | relevance | path

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

/llvm-project-15.0.7/compiler-rt/lib/msan/tests/
H A Dmsan_test.cpp2922 struct StructWithHole { struct
2928 NOINLINE StructWithHole ReturnStructWithHole() { in ReturnStructWithHole() argument
2929 StructWithHole res; in ReturnStructWithHole()
2936 TEST(MemorySanitizer, StructWithHole) { in TEST() argument
2937 StructWithHole a = ReturnStructWithHole(); in TEST()