Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/msan/tests/
H A Dmsan_test.cc2583 struct StructWithDtor { struct
2584 ~StructWithDtor();
2587 NOINLINE StructWithDtor::~StructWithDtor() { in ~StructWithDtor()
2592 StructWithDtor s; // Will cause the calls to become invokes. in TEST()
4480 StructWithDtor s; // Will cause the calls to become invokes. in TEST()