Home
last modified time | relevance | path

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

/dflybsd-src/contrib/gcc-8.0/gcc/
H A Dggc-tests.c48 struct GTY(()) test_struct struct
50 struct test_struct *other; argument
53 static GTY(()) test_struct *root_test_struct;
58 root_test_struct = ggc_cleared_alloc <test_struct> (); in test_basic_struct()
59 root_test_struct->other = ggc_cleared_alloc <test_struct> (); in test_basic_struct()
108 test_struct *m_ptr;
138 test_struct * GTY ((tag ("WHICH_FIELD_USE_TEST_STRUCT") )) u_test_struct;
155 test_struct *ts = ggc_cleared_alloc <test_struct> (); in test_union()
162 test_struct *referenced_by_other = ggc_cleared_alloc <test_struct> (); in test_union()
194 ASSERT_FALSE (need_finalization_p <test_struct> ()); in test_finalization()
[all …]