Searched refs:StructWithDtor (Results 1 – 2 of 2) sorted by relevance
41 struct StructWithDtor { struct42 ~StructWithDtor() { } in ~StructWithDtor() argument45 StructWithDtor struct_with_dtor; argument
2363 struct StructWithDtor { struct2364 ~StructWithDtor();2367 NOINLINE StructWithDtor::~StructWithDtor() { in ~StructWithDtor()2372 StructWithDtor s; // Will cause the calls to become invokes. in TEST()4128 StructWithDtor s; // Will cause the calls to become invokes. in TEST()