Searched refs:root_test_of_union_1 (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dggc-tests.c148 static GTY(()) test_of_union *root_test_of_union_1;
156 root_test_of_union_1 = ggc_cleared_alloc <test_of_union> ();
157 root_test_of_union_1->m_kind = 0;
159 root_test_of_union_1->m_u.u_test_struct = ts;
170 ASSERT_TRUE (ggc_marked_p (root_test_of_union_1));
145 static GTY(()) test_of_union *root_test_of_union_1; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dggc-tests.cc137 static GTY(()) test_of_union *root_test_of_union_1;
145 root_test_of_union_1 = ggc_cleared_alloc <test_of_union> ();
146 root_test_of_union_1->m_kind = 0;
148 root_test_of_union_1->m_u.u_test_struct = ts;
159 ASSERT_TRUE (ggc_marked_p (root_test_of_union_1));
134 static GTY(()) test_of_union *root_test_of_union_1; variable

Completed in 91 milliseconds