Home
last modified time | relevance | path

Searched refs:path_to_c (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddigraph.cc160 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() local
161 ASSERT_EQ (path_to_c.m_edges.length (), 1); in test_shortest_paths()
162 ASSERT_EQ (path_to_c.m_edges[0], ac); in test_shortest_paths()
194 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() local
195 ASSERT_EQ (path_to_c.m_edges.length (), 0); /* No path. */ in test_shortest_paths()
221 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() local
222 ASSERT_EQ (path_to_c.m_edges.length (), 0); /* Trivial path. */ in test_shortest_paths()
251 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() local
252 ASSERT_EQ (path_to_c.m_edges.length (), 1); in test_shortest_paths()
253 ASSERT_EQ (path_to_c.m_edges[0], cf); in test_shortest_paths()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddigraph.cc157 test_path path_to_c = sp.get_shortest_path (c); in test_shortest_paths() local
158 ASSERT_EQ (path_to_c.m_edges.length (), 1); in test_shortest_paths()
159 ASSERT_EQ (path_to_c.m_edges[0], ac); in test_shortest_paths()