Searched refs:test_struct_with_dtor (Results 1 – 1 of 1) sorted by relevance
179 struct GTY(()) test_struct_with_dtor struct183 ~test_struct_with_dtor () { dtor_call_count++; } in ~test_struct_with_dtor() argument188 int test_struct_with_dtor::dtor_call_count; argument195 ASSERT_TRUE (need_finalization_p <test_struct_with_dtor> ()); in test_finalization()201 ggc_cleared_alloc <test_struct_with_dtor> (); in test_finalization()203 test_struct_with_dtor::dtor_call_count = 0; in test_finalization()208 ASSERT_EQ (count, test_struct_with_dtor::dtor_call_count); in test_finalization()