Searched defs:test_node (Results 1 – 6 of 6) sorted by relevance
51 struct test_node : public dnode<test_graph_traits> struct53 test_node (const char *name, int index) : m_name (name), m_index (index) {} in test_node() argument54 void dump_dot (graphviz_out *, const dump_args_t &) const OVERRIDE in dump_dot()58 const char *m_name;59 int m_index;
332 chain_prev ("%h.m_prev") )) test_node struct334 test_node *m_prev; argument335 test_node *m_next; argument339 static GTY(()) test_node *root_test_node; argument
51 struct test_node : public dnode<test_graph_traits> struct53 test_node (const char *name, int index) : m_name (name), m_index (index) {} in test_node() function54 void dump_dot (graphviz_out *, const dump_args_t &) const OVERRIDE in dump_dot()58 const char *m_name;59 int m_index;
321 chain_prev ("%h.m_prev") )) test_node struct323 test_node *m_prev; argument324 test_node *m_next; argument328 static GTY(()) test_node *root_test_node; argument
23 static void test_node(void *fdt, int parent_offset) in test_node() function