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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dggc-tests.c149 static GTY(()) test_of_union *root_test_of_union_2;
161 root_test_of_union_2 = ggc_cleared_alloc <test_of_union> ();
162 root_test_of_union_2->m_kind = 1;
164 root_test_of_union_2->m_u.u_test_other = other;
173 ASSERT_TRUE (ggc_marked_p (root_test_of_union_2));
146 static GTY(()) test_of_union *root_test_of_union_2; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dggc-tests.cc138 static GTY(()) test_of_union *root_test_of_union_2;
150 root_test_of_union_2 = ggc_cleared_alloc <test_of_union> ();
151 root_test_of_union_2->m_kind = 1;
153 root_test_of_union_2->m_u.u_test_other = other;
162 ASSERT_TRUE (ggc_marked_p (root_test_of_union_2));
135 static GTY(()) test_of_union *root_test_of_union_2; variable

Completed in 99 milliseconds