Searched refs:print_content (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/ |
H A D | edit-context.c | 88 bool print_content (pretty_printer *pp); 160 void print_content (pretty_printer *pp) const; 376 if (!print_content (&pp)) in get_content() 414 edited_file::print_content (pretty_printer *pp) in print_content() function 422 el->print_content (pp); in print_content() 818 edited_line::print_content (pretty_printer *pp) const in print_content() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/ |
H A D | edit-context.cc | 88 bool print_content (pretty_printer *pp); 160 void print_content (pretty_printer *pp) const; 376 if (!print_content (&pp)) in get_content() 414 edited_file::print_content (pretty_printer *pp) in print_content() function in edited_file 422 el->print_content (pp); in print_content() 824 edited_line::print_content (pretty_printer *pp) const in print_content() function in edited_line
|
H A D | ChangeLog-2017 | 32534 (edited_line::print_content): Delete redundant decl. 32536 (edited_file::print_content): Call edited_line::print_content. 32547 (edited_line::print_content): New function.
|
H A D | ChangeLog-2018 | 24531 * edit-context.c (edited_file::print_content): Likewise.
|
/netbsd-src/external/gpl3/binutils/dist/gprofng/src/ |
H A D | Hist_data.h | 121 void print_content (FILE *out_file, Metric::HistMetric *hist_metric, int limit);
|
H A D | Print.cc | 363 hist_data->print_content (out_file, hist_metric, limit); in dump_list() 717 callers->print_content (out_file, hist_metric, callers->size ()); in dump_gprof() 726 callees->print_content (out_file, hist_metric, callees->size ()); in dump_gprof() 1181 callers->print_content (out_file, hist_metric, callers->size ()); in data_dump() 1212 callees->print_content (out_file, hist_metric, callees->size ()); in data_dump() 1825 hist_data->print_content (out_file, hist_metric, limit); in data_dump()
|
H A D | Hist_data.cc | 871 Hist_data::print_content (FILE *out_file, Metric::HistMetric *hist_metric, int limit) in print_content() function in Hist_data
|
/netbsd-src/external/gpl3/binutils.old/dist/gprofng/src/ |
H A D | Hist_data.h | 121 void print_content (FILE *out_file, Metric::HistMetric *hist_metric, int limit);
|
H A D | Print.cc | 363 hist_data->print_content (out_file, hist_metric, limit); in dump_list() 717 callers->print_content (out_file, hist_metric, callers->size ()); in dump_gprof() 726 callees->print_content (out_file, hist_metric, callees->size ()); in dump_gprof() 1181 callers->print_content (out_file, hist_metric, callers->size ()); in data_dump() 1212 callees->print_content (out_file, hist_metric, callees->size ()); in data_dump() 1825 hist_data->print_content (out_file, hist_metric, limit); in data_dump()
|
H A D | Hist_data.cc | 871 Hist_data::print_content (FILE *out_file, Metric::HistMetric *hist_metric, int limit) in print_content() function in Hist_data
|