Home
last modified time | relevance | path

Searched refs:WithSuccessors (Results 1 – 25 of 32) sorted by relevance

12

/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/graph/iterate/
H A Dmod.rs1 use super::{DirectedGraph, WithNumNodes, WithStartNode, WithSuccessors};
9 pub fn post_order_from<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_from()
16 pub fn post_order_from_to<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_from_to()
30 fn post_order_walk<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_walk()
63 pub fn reverse_post_order<G: DirectedGraph + WithSuccessors + WithNumNodes>( in reverse_post_order()
75 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
84 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
130 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
143 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
204 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/graph/iterate/
H A Dmod.rs1 use super::{DirectedGraph, WithNumNodes, WithStartNode, WithSuccessors};
9 pub fn post_order_from<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_from()
16 pub fn post_order_from_to<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_from_to()
30 fn post_order_walk<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_walk()
63 pub fn reverse_post_order<G: DirectedGraph + WithSuccessors + WithNumNodes>( in reverse_post_order()
75 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
84 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
93 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
154 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
164 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/graph/iterate/
H A Dmod.rs1 use super::{DirectedGraph, WithNumNodes, WithStartNode, WithSuccessors};
9 pub fn post_order_from<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_from()
16 pub fn post_order_from_to<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_from_to()
30 fn post_order_walk<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_walk()
63 pub fn reverse_post_order<G: DirectedGraph + WithSuccessors + WithNumNodes>( in reverse_post_order()
75 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
84 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
93 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
154 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
164 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
[all …]
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/graph/iterate/
H A Dmod.rs1 use super::{DirectedGraph, WithNumNodes, WithStartNode, WithSuccessors};
9 pub fn post_order_from<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_from()
16 pub fn post_order_from_to<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_from_to()
30 fn post_order_walk<G: DirectedGraph + WithSuccessors + WithNumNodes>( in post_order_walk()
63 pub fn reverse_post_order<G: DirectedGraph + WithSuccessors + WithNumNodes>( in reverse_post_order()
75 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
84 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
93 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
154 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
164 G: ?Sized + DirectedGraph + WithNumNodes + WithSuccessors,
[all …]
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/graph/
H A Dmod.rs25 pub trait WithSuccessors: DirectedGraph trait
63 DirectedGraph + WithStartNode + WithPredecessors + WithStartNode + WithSuccessors + WithNumNodes
73 + WithSuccessors
81 G: ?Sized + DirectedGraph + WithStartNode + WithSuccessors + WithNumNodes, in is_cyclic()
H A Dreference.rs19 impl<'graph, G: WithSuccessors> WithSuccessors for &'graph G { impl
36 impl<'iter, 'graph, G: WithSuccessors> GraphSuccessors<'iter> for &'graph G {
H A Dtests.rs59 impl WithSuccessors for TestGraph {
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/graph/
H A Dmod.rs25 pub trait WithSuccessors: DirectedGraph interface
63 DirectedGraph + WithStartNode + WithPredecessors + WithStartNode + WithSuccessors + WithNumNodes
73 + WithSuccessors
81 G: ?Sized + DirectedGraph + WithStartNode + WithSuccessors + WithNumNodes, in is_cyclic()
H A Dreference.rs19 impl<'graph, G: WithSuccessors> WithSuccessors for &'graph G { impl
36 impl<'iter, 'graph, G: WithSuccessors> GraphSuccessors<'iter> for &'graph G {
H A Dtests.rs59 impl WithSuccessors for TestGraph {
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/graph/
H A Dmod.rs25 pub trait WithSuccessors: DirectedGraph trait
63 DirectedGraph + WithStartNode + WithPredecessors + WithSuccessors + WithNumNodes
69 T: DirectedGraph + WithStartNode + WithPredecessors + WithSuccessors + WithNumNodes
76 G: ?Sized + DirectedGraph + WithStartNode + WithSuccessors + WithNumNodes, in is_cyclic()
H A Dreference.rs19 impl<'graph, G: WithSuccessors> WithSuccessors for &'graph G { impl
36 impl<'iter, 'graph, G: WithSuccessors> GraphSuccessors<'iter> for &'graph G {
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/graph/
H A Dmod.rs25 pub trait WithSuccessors: DirectedGraph interface
63 DirectedGraph + WithStartNode + WithPredecessors + WithStartNode + WithSuccessors + WithNumNodes
73 + WithSuccessors
81 G: ?Sized + DirectedGraph + WithStartNode + WithSuccessors + WithNumNodes, in is_cyclic()
H A Dreference.rs19 impl<'graph, G: WithSuccessors> WithSuccessors for &'graph G { impl
36 impl<'iter, 'graph, G: WithSuccessors> GraphSuccessors<'iter> for &'graph G {
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_middle/src/mir/
H A Dgraph_cyclic_cache.rs2 self, DirectedGraph, WithNumNodes, WithStartNode, WithSuccessors,
22 G: ?Sized + DirectedGraph + WithStartNode + WithSuccessors + WithNumNodes, in is_cyclic()
H A Dgeneric_graphviz.rs8 G: graph::DirectedGraph + graph::WithSuccessors + graph::WithStartNode + graph::WithNumNodes,
22 G: graph::DirectedGraph + graph::WithSuccessors + graph::WithStartNode + graph::WithNumNodes,
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/graph/vec_graph/
H A Dmod.rs1 use crate::graph::{DirectedGraph, GraphSuccessors, WithNumEdges, WithNumNodes, WithSuccessors};
103 impl<N: Idx> WithSuccessors for VecGraph<N> {
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/graph/vec_graph/
H A Dmod.rs1 use crate::graph::{DirectedGraph, GraphSuccessors, WithNumEdges, WithNumNodes, WithSuccessors};
103 impl<N: Idx> WithSuccessors for VecGraph<N> {
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/graph/vec_graph/
H A Dmod.rs1 use crate::graph::{DirectedGraph, GraphSuccessors, WithNumEdges, WithNumNodes, WithSuccessors};
103 impl<N: Idx> WithSuccessors for VecGraph<N> {
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/graph/vec_graph/
H A Dmod.rs1 use crate::graph::{DirectedGraph, GraphSuccessors, WithNumEdges, WithNumNodes, WithSuccessors};
103 impl<N: Idx> WithSuccessors for VecGraph<N> {
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-718.0.0/src/graph/scc/
H A Dmod.rs10 use crate::graph::{DirectedGraph, GraphSuccessors, WithNumEdges, WithNumNodes, WithSuccessors};
42 pub fn new(graph: &(impl DirectedGraph<Node = N> + WithNumNodes + WithSuccessors)) -> Self { in new()
106 impl<N: Idx, S: Idx> WithSuccessors for Sccs<N, S> {
145 struct SccsConstruction<'c, G: DirectedGraph + WithNumNodes + WithSuccessors, S: Idx> {
205 G: DirectedGraph + WithNumNodes + WithSuccessors,
/dports/devel/racer/racer-2.1.48/cargo-crates/rustc-ap-rustc_data_structures-722.0.0/src/graph/scc/
H A Dmod.rs10 use crate::graph::{DirectedGraph, GraphSuccessors, WithNumEdges, WithNumNodes, WithSuccessors};
42 pub fn new(graph: &(impl DirectedGraph<Node = N> + WithNumNodes + WithSuccessors)) -> Self { in new()
106 impl<N: Idx, S: Idx> WithSuccessors for Sccs<N, S> {
145 struct SccsConstruction<'c, G: DirectedGraph + WithNumNodes + WithSuccessors, S: Idx> {
205 G: DirectedGraph + WithNumNodes + WithSuccessors,
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_data_structures/src/graph/scc/
H A Dmod.rs10 use crate::graph::{DirectedGraph, GraphSuccessors, WithNumEdges, WithNumNodes, WithSuccessors};
42 pub fn new(graph: &(impl DirectedGraph<Node = N> + WithNumNodes + WithSuccessors)) -> Self { in new()
106 impl<N: Idx, S: Idx> WithSuccessors for Sccs<N, S> {
145 struct SccsConstruction<'c, G: DirectedGraph + WithNumNodes + WithSuccessors, S: Idx> {
205 G: DirectedGraph + WithNumNodes + WithSuccessors,
/dports/lang/rust/rustc-1.58.1-src/vendor/rustc-ap-rustc_data_structures/src/graph/scc/
H A Dmod.rs10 use crate::graph::{DirectedGraph, GraphSuccessors, WithNumEdges, WithNumNodes, WithSuccessors};
42 pub fn new(graph: &(impl DirectedGraph<Node = N> + WithNumNodes + WithSuccessors)) -> Self { in new()
106 impl<N: Idx, S: Idx> WithSuccessors for Sccs<N, S> {
145 struct SccsConstruction<'c, G: DirectedGraph + WithNumNodes + WithSuccessors, S: Idx> {
205 G: DirectedGraph + WithNumNodes + WithSuccessors,
/dports/lang/rust/rustc-1.58.1-src/compiler/rustc_borrowck/src/region_infer/
H A Dreverse_sccs.rs6 use rustc_data_structures::graph::WithSuccessors;

12