HomeSort by: relevance | last modified time | path
    Searched refs:test_node (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/
digraph.cc 36 struct test_node;
44 typedef test_node node_t;
51 struct test_node : public dnode<test_graph_traits> struct in namespace:selftest
53 test_node (const char *name, int index) : m_name (name), m_index (index) {} function in struct:selftest::test_node
76 test_node *add_test_node (const char *name)
78 test_node *result = new test_node (name, m_nodes.length ());
83 test_edge *add_test_edge (test_node *src, test_node *dst)
106 test_node *a = g.add_test_node ("a")
    [all...]
ggc-tests.cc 328 chain_prev ("%h.m_prev") )) test_node
330 test_node *m_prev;
331 test_node *m_next;
335 static GTY(()) test_node *root_test_node;
361 root_test_node = ggc_cleared_alloc <test_node> ();
362 test_node *tail_node = root_test_node;
365 test_node *new_node = ggc_cleared_alloc <test_node> ();
378 test_node *iter_node = root_test_node->m_next;
  /src/external/gpl3/gcc.old/dist/gcc/
digraph.cc 36 struct test_node;
44 typedef test_node node_t;
51 struct test_node : public dnode<test_graph_traits> struct in namespace:selftest
53 test_node (const char *name, int index) : m_name (name), m_index (index) {} function in struct:selftest::test_node
76 test_node *add_test_node (const char *name)
78 test_node *result = new test_node (name, m_nodes.length ());
83 test_edge *add_test_edge (test_node *src, test_node *dst)
106 test_node *a = g.add_test_node ("a")
    [all...]
ggc-tests.cc 328 chain_prev ("%h.m_prev") )) test_node
330 test_node *m_prev;
331 test_node *m_next;
335 static GTY(()) test_node *root_test_node;
361 root_test_node = ggc_cleared_alloc <test_node> ();
362 test_node *tail_node = root_test_node;
365 test_node *new_node = ggc_cleared_alloc <test_node> ();
378 test_node *iter_node = root_test_node->m_next;
  /src/external/lgpl2/userspace-rcu/dist/tests/regression/
test_urcu_fork.c 52 struct test_node { struct
59 struct test_node *node;
62 node = caa_container_of(head, struct test_node, head);
68 struct test_node *node;
77 node = (struct test_node *) malloc(sizeof(*node));
  /src/external/gpl2/dtc/dist/tests/
property_iterate.c 23 static void test_node(void *fdt, int parent_offset) function
63 test_node(fdt, offset);
subnode_iterate.c 23 static void test_node(void *fdt, int parent_offset) function
56 test_node(fdt, offset);
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_urcu_hash.h 331 struct lfht_test_node *test_node = to_test_node(node); local
333 return !test_compare(test_node->key, test_node->key_len,
  /src/external/mpl/bind/dist/tests/isc/
hashmap_test.c 42 typedef struct test_node { struct
49 struct test_node *node = node0;
56 struct test_node *node = node0;
64 struct test_node *node = node0;
433 struct test_node *node = node0;
441 struct test_node *node = node0;

Completed in 18 milliseconds