Home
last modified time | relevance | path

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