Searched refs:error_output_stream (Results 1 – 7 of 7) sorted by relevance
304 ctxt->error_output_stream(&cerr); in set_diff_context()
411 ctxt->error_output_stream(&cerr); in set_diff_context()
694 ctxt->error_output_stream(&cerr); in set_diff_context_from_opts()
1178 ctxt->error_output_stream(&cerr); in set_diff_context_from_opts()
1783 diff_context::error_output_stream(ostream* o) in error_output_stream() function in abigail::comparison::diff_context1791 diff_context::error_output_stream() const in error_output_stream() function in abigail::comparison::diff_context1820 if (error_output_stream()) in do_dump_diff_tree()1821 print_diff_tree(d, *error_output_stream()); in do_dump_diff_tree()1832 if (error_output_stream()) in do_dump_diff_tree()1833 print_diff_tree(d, *error_output_stream()); in do_dump_diff_tree()10346 || ctxt->error_output_stream() == 0) in maybe_dump_diff_tree()10351 *ctxt->error_output_stream() << "changed functions diff tree: \n\n"; in maybe_dump_diff_tree()10358 print_diff_tree(d, *ctxt->error_output_stream()); in maybe_dump_diff_tree()10364 *ctxt->error_output_stream() << "\nchanged variables diff tree: \n\n"; in maybe_dump_diff_tree()[all …]
873 error_output_stream(ostream*);876 error_output_stream() const;
27647 * include/abg-comparison.h (diff_context::error_output_stream):27650 * src/abg-comparison.cc (diff_context::error_output_stream): Make28203 (diff_context::{default_output_stream, error_output_stream,