Searched refs:StructWithDtor (Results 1 – 2 of 2) 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()