Home | History | Annotate | Download | only in tests

Lines Matching refs:StructWithDtor

1548 struct StructWithDtor {
1549 ~StructWithDtor();
1552 NOINLINE StructWithDtor::~StructWithDtor() {
1557 StructWithDtor s; // Will cause the calls to become invokes.
2741 StructWithDtor s; // Will cause the calls to become invokes.