Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dggc-tests.cc37 struct GTY(()) test_struct struct
39 struct test_struct *other; argument
42 static GTY(()) test_struct *root_test_struct;
47 root_test_struct = ggc_cleared_alloc <test_struct> (); in test_basic_struct()
48 root_test_struct->other = ggc_cleared_alloc <test_struct> (); in test_basic_struct()
97 test_struct *m_ptr;
127 test_struct * GTY ((tag ("WHICH_FIELD_USE_TEST_STRUCT") )) u_test_struct;
144 test_struct *ts = ggc_cleared_alloc <test_struct> (); in test_union()
151 test_struct *referenced_by_other = ggc_cleared_alloc <test_struct> (); in test_union()
184 ASSERT_FALSE (need_finalization_p <test_struct> ()); in test_finalization()
[all …]
/netbsd-src/external/gpl3/gcc.old/dist/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()
195 ASSERT_FALSE (need_finalization_p <test_struct> ()); in test_finalization()
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dregion-model.cc4690 test_struct () in test_struct() function
6465 test_struct (); in analyzer_region_model_cc_tests()
H A DChangeLog5347 (selftest::test_struct): ...this. Provide a region_model_manager