/third_party/boost/libs/graph/example/ |
D | loops_dfs.cpp | 38 void back_edge(Edge e, const Graph&) in back_edge() function in back_edge_recorder 79 typename graph_traits< Graph >::edge_descriptor back_edge, const Graph& g, in compute_loop_extent() 87 loop_tail = source(back_edge, g); in compute_loop_extent() 88 loop_head = target(back_edge, g); in compute_loop_extent()
|
D | cycle-file-dep2.cpp | 53 vis.back_edge(*ei, g); in dfs_v1() 79 template < typename E, typename G > void back_edge(E, const G&) {} in back_edge() function 91 void back_edge(edge_t, const file_dep_graph&) { has_cycle = true; } in back_edge() function
|
D | dfs.cpp | 65 template < class Edge, class Graph > void back_edge(Edge e, Graph& G) in back_edge() function 69 Base::back_edge(e, G); in back_edge()
|
D | topo-sort-file-dep2.cpp | 51 vis.back_edge(*ei, g); in dfs_v1() 77 template < typename E, typename G > void back_edge(E, const G&) {} in back_edge() function
|
D | undirected_dfs.cpp | 36 template < class Edge, class Graph > void back_edge(Edge e, const Graph& g) in back_edge() function
|
D | file_dependencies.cpp | 83 template < class Edge, class Graph > void back_edge(Edge, Graph&) in back_edge() function
|
D | parallel-compile-time.cpp | 70 vis.back_edge(*ei, g); in dfs_v2()
|
/third_party/boost/boost/msm/mpl_graph/ |
D | depth_first_search.hpp | 49 struct back_edge { struct 88 … typename VisitorOps::template back_edge<mpl::_2, Graph, mpl::first<mpl::_1> >,
|
/third_party/boost/boost/graph/ |
D | depth_first_search.hpp | 47 vis.back_edge(e, g); in constraints() 203 vis.back_edge(*ei, g); in depth_first_visit_impl() 252 vis.back_edge(*ei, g); in depth_first_visit_impl() 345 template < class Edge, class Graph > void back_edge(Edge u, const Graph& g) in back_edge() function in boost::dfs_visitor
|
D | topological_sort.hpp | 40 void back_edge(const Edge&, Graph&) in back_edge() function
|
D | undirected_dfs.hpp | 92 vis.back_edge(*ei, g); in undir_dfv_impl() 152 vis.back_edge(*ei, g);
|
D | biconnected_components.hpp | 103 void back_edge(const Edge& e, Graph& g) in back_edge() function 118 vis.back_edge(e, g); in back_edge()
|
D | two_graphs_common_spanning_trees.hpp | 66 void back_edge(const Edge& e, const Graph& g) in back_edge() function
|
/third_party/boost/libs/graph_parallel/doc/ |
D | tsin_depth_first_visit.rst | 158 ``back_edge(e, g)`` 161 ``back_edge`` events may be received. 184 ``back_edge`` and ``forward_or_cross_edge`` events to be completely
|
/third_party/flutter/skia/third_party/externals/spirv-tools/source/ |
D | validate_cfg.cpp | 178 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local 181 tie(back_edge_block, header_block) = back_edge; in StructuredControlFlowChecks()
|
/third_party/boost/libs/graph_parallel/test/ |
D | distributed_dfs_test.cpp | 75 void back_edge(Edge e, const Graph& g) in back_edge() function
|
D | distributed_csr_algorithm_test.cpp | 146 void back_edge(Edge e, const Graph& g) in back_edge() function
|
/third_party/boost/libs/graph/test/ |
D | dfs.cpp | 70 template < class Edge, class Graph > void back_edge(Edge e, Graph& g) in back_edge() function in dfs_test_visitor
|
D | undirected_dfs.cpp | 70 template < class Edge, class Graph > void back_edge(Edge e, Graph& g) in back_edge() function in dfs_test_visitor
|
/third_party/boost/boost/graph/distributed/ |
D | depth_first_search.hpp | 192 else if (target_color == Color::gray()) vis.back_edge(*ei, g); in shift_center_of_activity()
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/source/val/ |
D | validate_cfg.cpp | 694 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local 697 std::tie(back_edge_block, header_block) = back_edge; in StructuredControlFlowChecks()
|
/third_party/skia/third_party/externals/spirv-tools/source/val/ |
D | validate_cfg.cpp | 694 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local 697 std::tie(back_edge_block, header_block) = back_edge; in StructuredControlFlowChecks()
|
/third_party/spirv-tools/source/val/ |
D | validate_cfg.cpp | 682 for (auto back_edge : back_edges) { in StructuredControlFlowChecks() local 685 std::tie(back_edge_block, header_block) = back_edge; in StructuredControlFlowChecks()
|
/third_party/boost/boost/graph/planar_detail/ |
D | boyer_myrvold_impl.hpp | 82 void back_edge(const Edge& e, Graph& g) in back_edge() function
|