Searched refs:edge_kind (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.h45 enum edge_kind enum in namespace:ana
292 enum edge_kind get_kind () const { return m_kind; }
310 superedge (supernode *src, supernode *dest, enum edge_kind kind)
316 const enum edge_kind m_kind;
359 callgraph_superedge (supernode *src, supernode *dst, enum edge_kind kind,
/netbsd-current/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.h45 enum edge_kind enum in namespace:ana
318 enum edge_kind get_kind () const { return m_kind; }
336 superedge (supernode *src, supernode *dest, enum edge_kind kind)
342 const enum edge_kind m_kind;
385 callgraph_superedge (supernode *src, supernode *dst, enum edge_kind kind,
H A Dsupergraph.cc834 edge_kind_to_string (enum edge_kind kind)
H A Dstate-purge.cc1042 enum edge_kind kind = succ->get_kind ();

Completed in 385 milliseconds