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()
194 ASSERT_FALSE (need_finalization_p <test_struct> ()); in test_finalization()
215 static GTY((deletable)) test_struct *test_of_deletable;
220 test_of_deletable = ggc_cleared_alloc <test_struct> (); in test_deletable_global()
237 m_a (ggc_cleared_alloc <test_struct> ()) in example_base()
249 m_a (ggc_cleared_alloc <test_struct> ()) in example_base()
254 test_struct *m_a;
262 m_b (ggc_cleared_alloc <test_struct> ()) in some_subclass()
265 test_struct *m_b;
273 m_c (ggc_cleared_alloc <test_struct> ()) in some_other_subclass()
276 test_struct *m_c;
397 test_struct *m_ptr;
437 test_struct *referenced = ggc_cleared_alloc <test_struct> (); in test_user_struct()