Module rustc::middle::cfg[src]
Module that constructs a control-flow graph representing an item.
Uses Graph as the underlying representation.
Modules
| graphviz |
Structs
| CFG | |
| CFGEdgeData | |
| CFGNodeData |
Type Definitions
| CFGEdge | |
| CFGGraph | |
| CFGIndex | |
| CFGNode |
Module that constructs a control-flow graph representing an item.
Uses Graph as the underlying representation.
| graphviz |
| CFG | |
| CFGEdgeData | |
| CFGNodeData |
| CFGEdge | |
| CFGGraph | |
| CFGIndex | |
| CFGNode |
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct (or str), enum,
trait, typedef (or
tdef).