Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.h63 struct supergraph_traits struct
65 typedef supernode node_t;
89 class supergraph : public digraph<supergraph_traits> argument
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.h63 struct supergraph_traits struct
65 typedef supernode node_t;
66 typedef superedge edge_t;
67 typedef supergraph graph_t;
68 struct dump_args_t
101 class supergraph : public digraph<supergraph_traits> argument