Home
last modified time | relevance | path

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

/dragonfly/contrib/gcc-8.0/gcc/
H A Dggc-tests.c331 chain_prev ("%h.m_prev") )) test_node struct
333 test_node *m_prev; argument
334 test_node *m_next; argument
338 static GTY(()) test_node *root_test_node; argument
364 root_test_node = ggc_cleared_alloc <test_node> (); in test_chain_next()
365 test_node *tail_node = root_test_node; in test_chain_next()
368 test_node *new_node = ggc_cleared_alloc <test_node> (); in test_chain_next()
381 test_node *iter_node = root_test_node->m_next; in test_chain_next()