Searched defs: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; argument