Home
last modified time | relevance | path

Searched refs:add_after_node_annotations (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/analyzer/
H A Dsupergraph.h583 virtual bool add_after_node_annotations (graphviz_out *gv ATTRIBUTE_UNUSED, in add_after_node_annotations() function
H A Dsupergraph.cc570 if (args.m_node_annotator->add_after_node_annotations (gv, *this)) in dump_dot()
H A Dengine.cc3833 bool add_after_node_annotations (graphviz_out *gv, const supernode &n) in add_after_node_annotations() function in ana::exploded_graph_annotator
/netbsd-src/external/gpl3/gcc/dist/gcc/analyzer/
H A Dsupergraph.h599 virtual bool add_after_node_annotations (graphviz_out *gv ATTRIBUTE_UNUSED, in add_after_node_annotations() function
H A Dsupergraph.cc680 if (args.m_node_annotator->add_after_node_annotations (gv, *this)) in dump_dot()
H A Dengine.cc5563 bool add_after_node_annotations (graphviz_out *gv, const supernode &n) in add_after_node_annotations() function in ana::exploded_graph_annotator
H A DChangeLog6059 Add a call to add_after_node_annotations.
6063 (dot_annotator::add_after_node_annotations): New vfunc.