Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddigraph.cc51 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
54 void dump_dot (graphviz_out *, const dump_args_t &) const OVERRIDE in dump_dot()
58 const char *m_name;
59 int m_index;
H A Dggc-tests.c332 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
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddigraph.cc51 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
54 void dump_dot (graphviz_out *, const dump_args_t &) const OVERRIDE in dump_dot()
58 const char *m_name;
59 int m_index;
H A Dggc-tests.cc321 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
/netbsd-src/external/gpl2/dtc/dist/tests/
H A Dsubnode_iterate.c23 static void test_node(void *fdt, int parent_offset) in test_node() function
H A Dproperty_iterate.c23 static void test_node(void *fdt, int parent_offset) in test_node() function