| /src/external/gpl3/gcc/dist/gcc/ |
| digraph.cc | 37 struct test_edge; 45 typedef test_edge edge_t; 62 struct test_edge : public dedge<test_graph_traits> struct in namespace:selftest 64 test_edge (node_t *src, node_t *dest) function in struct:selftest::test_edge 83 test_edge *add_test_edge (test_node *src, test_node *dst) 85 test_edge *result = new test_edge (src, dst); 97 auto_vec<const test_edge *> m_edges; 141 test_edge *ab = g.add_test_edge (a, b); 142 test_edge *ac = g.add_test_edge (a, c) [all...] |
| /src/external/gpl3/gcc.old/dist/gcc/ |
| digraph.cc | 37 struct test_edge; 45 typedef test_edge edge_t; 62 struct test_edge : public dedge<test_graph_traits> struct in namespace:selftest 64 test_edge (node_t *src, node_t *dest) function in struct:selftest::test_edge 83 test_edge *add_test_edge (test_node *src, test_node *dst) 85 test_edge *result = new test_edge (src, dst); 97 auto_vec<const test_edge *> m_edges; 141 test_edge *ab = g.add_test_edge (a, b); 142 test_edge *ac = g.add_test_edge (a, c) [all...] |