Home
last modified time | relevance | path

Searched defs:Sccs (Results 1 – 1 of 1) sorted by relevance

/third_party/rust/rust/compiler/rustc_data_structures/src/graph/scc/
Dmod.rs21 pub struct Sccs<N: Idx, S: Idx> { struct
35 /// Contains the successors for all the Sccs, concatenated. The argument
41 impl<N: Idx, S: Idx + Ord> Sccs<N, S> { implementation
92 impl<N: Idx, S: Idx> DirectedGraph for Sccs<N, S> { implementation
96 impl<N: Idx, S: Idx + Ord> WithNumNodes for Sccs<N, S> { implementation
102 impl<N: Idx, S: Idx> WithNumEdges for Sccs<N, S> { implementation
108 impl<'graph, N: Idx, S: Idx> GraphSuccessors<'graph> for Sccs<N, S> { implementation
114 impl<N: Idx, S: Idx + Ord> WithSuccessors for Sccs<N, S> { implementation