Searched refs:test_node (Results 1 – 6 of 6) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | digraph.cc | 36 struct test_node; 44 typedef test_node node_t; 51 struct test_node : public dnode<test_graph_traits> struct 53 test_node (const char *name, int index) : m_name (name), m_index (index) {} in test_node() function 76 test_node *add_test_node (const char *name) in add_test_node() 78 test_node *result = new test_node (name, m_nodes.length ()); in add_test_node() 83 test_edge *add_test_edge (test_node *src, test_node *dst) in add_test_edge() 106 test_node *a = g.add_test_node ("a"); in test_dump_to_dot() 107 test_node *b = g.add_test_node ("b"); in test_dump_to_dot() 134 test_node *a = g.add_test_node ("a"); in test_shortest_paths() [all …]
|
H A D | ggc-tests.c | 332 chain_prev ("%h.m_prev") )) test_node struct 334 test_node *m_prev; argument 335 test_node *m_next; argument 339 static GTY(()) test_node *root_test_node; argument 365 root_test_node = ggc_cleared_alloc <test_node> (); in test_chain_next() 366 test_node *tail_node = root_test_node; in test_chain_next() 369 test_node *new_node = ggc_cleared_alloc <test_node> (); in test_chain_next() 382 test_node *iter_node = root_test_node->m_next; in test_chain_next()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | digraph.cc | 36 struct test_node; 44 typedef test_node node_t; 51 struct test_node : public dnode<test_graph_traits> struct 53 test_node (const char *name, int index) : m_name (name), m_index (index) {} in test_node() argument 76 test_node *add_test_node (const char *name) in add_test_node() 78 test_node *result = new test_node (name, m_nodes.length ()); in add_test_node() 83 test_edge *add_test_edge (test_node *src, test_node *dst) in add_test_edge() 106 test_node *a = g.add_test_node ("a"); in test_dump_to_dot() 107 test_node *b = g.add_test_node ("b"); in test_dump_to_dot() 134 test_node *a = g.add_test_node ("a"); in test_shortest_paths() [all …]
|
H A D | ggc-tests.cc | 321 chain_prev ("%h.m_prev") )) test_node struct 323 test_node *m_prev; argument 324 test_node *m_next; argument 328 static GTY(()) test_node *root_test_node; argument 354 root_test_node = ggc_cleared_alloc <test_node> (); in test_chain_next() 355 test_node *tail_node = root_test_node; in test_chain_next() 358 test_node *new_node = ggc_cleared_alloc <test_node> (); in test_chain_next() 371 test_node *iter_node = root_test_node->m_next; in test_chain_next()
|
/netbsd-src/external/gpl2/dtc/dist/tests/ |
H A D | subnode_iterate.c | 23 static void test_node(void *fdt, int parent_offset) in test_node() function 56 test_node(fdt, offset); in check_fdt_next_subnode()
|
H A D | property_iterate.c | 23 static void test_node(void *fdt, int parent_offset) in test_node() function 63 test_node(fdt, offset); in check_fdt_next_subnode()
|