Home
last modified time | relevance | path

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

/external/libabigail/tools/
Dkmidiff.cc304 ctxt->error_output_stream(&cerr); in set_diff_context()
Dabidw.cc411 ctxt->error_output_stream(&cerr); in set_diff_context()
Dabidiff.cc694 ctxt->error_output_stream(&cerr); in set_diff_context_from_opts()
Dabipkgdiff.cc1178 ctxt->error_output_stream(&cerr); in set_diff_context_from_opts()
/external/libabigail/src/
Dabg-comparison.cc1783 diff_context::error_output_stream(ostream* o) in error_output_stream() function in abigail::comparison::diff_context
1791 diff_context::error_output_stream() const in error_output_stream() function in abigail::comparison::diff_context
1820 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 …]
/external/libabigail/include/
Dabg-comparison.h873 error_output_stream(ostream*);
876 error_output_stream() const;
/external/libabigail/
DChangeLog27647 * include/abg-comparison.h (diff_context::error_output_stream):
27650 * src/abg-comparison.cc (diff_context::error_output_stream): Make
28203 (diff_context::{default_output_stream, error_output_stream,