Searched refs:StructWithDtor (Results 1 – 4 of 4) sorted by relevance
41 struct StructWithDtor { struct42 ~StructWithDtor() { } in ~StructWithDtor() argument45 StructWithDtor struct_with_dtor; argument
2380 struct StructWithDtor { struct2381 ~StructWithDtor();2384 NOINLINE StructWithDtor::~StructWithDtor() { in ~StructWithDtor()2389 StructWithDtor s; // Will cause the calls to become invokes. in TEST()4238 StructWithDtor s; // Will cause the calls to become invokes. in TEST()
2588 struct StructWithDtor { struct2589 ~StructWithDtor();2592 NOINLINE StructWithDtor::~StructWithDtor() { in ~StructWithDtor()2597 StructWithDtor s; // Will cause the calls to become invokes. in TEST()4498 StructWithDtor s; // Will cause the calls to become invokes. in TEST()