Lines Matching refs:test_struct
48 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()
195 ASSERT_FALSE (need_finalization_p <test_struct> ()); in test_finalization()
216 static GTY((deletable)) test_struct *test_of_deletable;
221 test_of_deletable = ggc_cleared_alloc <test_struct> (); in test_deletable_global()
238 m_a (ggc_cleared_alloc <test_struct> ()) in example_base()
250 m_a (ggc_cleared_alloc <test_struct> ()) in example_base()
255 test_struct *m_a;
263 m_b (ggc_cleared_alloc <test_struct> ()) in some_subclass()
266 test_struct *m_b;
274 m_c (ggc_cleared_alloc <test_struct> ()) in some_other_subclass()
277 test_struct *m_c;
398 test_struct *m_ptr;
438 test_struct *referenced = ggc_cleared_alloc <test_struct> (); in test_user_struct()