Searched refs:error_output_stream (Results 1 – 7 of 7) sorted by relevance
326 ctxt->error_output_stream(&cerr); in set_diff_context()
440 ctxt->error_output_stream(&cerr); in set_diff_context()
734 ctxt->error_output_stream(&cerr); in set_diff_context_from_opts()
1205 ctxt->error_output_stream(&cerr); in set_diff_context_from_opts()
1767 diff_context::error_output_stream(ostream* o) in error_output_stream() function in abigail::comparison::diff_context1775 diff_context::error_output_stream() const in error_output_stream() function in abigail::comparison::diff_context1804 if (error_output_stream()) in do_dump_diff_tree()1805 print_diff_tree(d, *error_output_stream()); in do_dump_diff_tree()1816 if (error_output_stream()) in do_dump_diff_tree()1817 print_diff_tree(d, *error_output_stream()); in do_dump_diff_tree()10220 || ctxt->error_output_stream() == 0) in maybe_dump_diff_tree()10225 *ctxt->error_output_stream() << "changed functions diff tree: \n\n"; in maybe_dump_diff_tree()10232 print_diff_tree(d, *ctxt->error_output_stream()); in maybe_dump_diff_tree()10238 *ctxt->error_output_stream() << "\nchanged variables diff tree: \n\n"; in maybe_dump_diff_tree()[all …]
867 error_output_stream(ostream*);870 error_output_stream() const;
32509 * include/abg-comparison.h (diff_context::error_output_stream):32512 * src/abg-comparison.cc (diff_context::error_output_stream): Make33065 (diff_context::{default_output_stream, error_output_stream,