Home | History | Annotate | Download | only in tests

Lines Matching refs:StructWithDtor

2380 struct StructWithDtor {
2381 ~StructWithDtor();
2384 NOINLINE StructWithDtor::~StructWithDtor() {
2389 StructWithDtor s; // Will cause the calls to become invokes.
4238 StructWithDtor s; // Will cause the calls to become invokes.