HomeSort by: relevance | last modified time | path
    Searched defs:switch_cfg_superedge (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/analyzer/
supergraph.cc 515 If the edge is for a switch statement, create a switch_cfg_superedge
525 new_edge = new switch_cfg_superedge (src, dest, e);
1108 switch_cfg_superedge::switch_cfg_superedge (supernode *src, function in class:ana::switch_cfg_superedge
1131 switch_cfg_superedge::dump_label_to_pp (pretty_printer *pp,
1200 switch_cfg_superedge::implicitly_created_default_p () const
supergraph.h 44 class switch_cfg_superedge;
332 virtual const switch_cfg_superedge *dyn_cast_switch_cfg_superedge () const { return NULL; }
557 class switch_cfg_superedge : public cfg_superedge { class in namespace:ana
559 switch_cfg_superedge (supernode *src, supernode *dst, ::edge e);
561 const switch_cfg_superedge *dyn_cast_switch_cfg_superedge () const
588 is_a_helper <const switch_cfg_superedge *>::test (const superedge *sedge)
  /src/external/gpl3/gcc.old/dist/gcc/analyzer/
supergraph.cc 509 If the edge is for a switch statement, create a switch_cfg_superedge
519 new_edge = new switch_cfg_superedge (src, dest, e);
1076 switch_cfg_superedge::switch_cfg_superedge (supernode *src, function in class:ana::switch_cfg_superedge
1099 switch_cfg_superedge::dump_label_to_pp (pretty_printer *pp,
supergraph.h 37 class switch_cfg_superedge;
322 virtual const switch_cfg_superedge *dyn_cast_switch_cfg_superedge () const { return NULL; }
545 class switch_cfg_superedge : public cfg_superedge { class in namespace:ana
547 switch_cfg_superedge (supernode *src, supernode *dst, ::edge e);
549 const switch_cfg_superedge *dyn_cast_switch_cfg_superedge () const
574 is_a_helper <const switch_cfg_superedge *>::test (const superedge *sedge)

Completed in 25 milliseconds