Home
last modified time | relevance | path

Searched refs:test_struct_with_dtor (Results 1 – 1 of 1) sorted by relevance

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-tests.c179 struct GTY(()) test_struct_with_dtor struct
183 ~test_struct_with_dtor () { dtor_call_count++; } in ~test_struct_with_dtor() argument
188 int test_struct_with_dtor::dtor_call_count; argument
195 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()