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

/netbsd-current/external/gpl3/gcc.old/dist/gcc/
H A Dggc-tests.c346 static GTY(()) test_node *root_test_node;
372 root_test_node = ggc_cleared_alloc <test_node> ();
373 test_node *tail_node = root_test_node;
388 ASSERT_TRUE (ggc_marked_p (root_test_node));
389 test_node *iter_node = root_test_node->m_next;
339 static GTY(()) test_node *root_test_node; variable
/netbsd-current/external/gpl3/gcc/dist/gcc/
H A Dggc-tests.cc335 static GTY(()) test_node *root_test_node;
361 root_test_node = ggc_cleared_alloc <test_node> ();
362 test_node *tail_node = root_test_node;
377 ASSERT_TRUE (ggc_marked_p (root_test_node));
378 test_node *iter_node = root_test_node->m_next;
328 static GTY(()) test_node *root_test_node; variable

Completed in 83 milliseconds