Home
last modified time | relevance | path

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

/external/libabigail/tools/
Dabidiff.cc85 bool show_added_fns; member
127 show_added_fns(), in options()
407 opts.show_added_fns = true; in parse_command_line()
436 opts.show_added_fns = false; in parse_command_line()
671 ctxt->show_added_fns(opts.show_all_fns || opts.show_added_fns); in set_diff_context_from_opts()
Dabicompat.cc264 ctxt->show_added_fns(false); in create_diff_context()
Dabipkgdiff.cc1192 ctxt->show_added_fns(opts.show_added_syms); in set_diff_context_from_opts()
/external/libabigail/include/
Dabg-comparison.h793 show_added_fns(bool f);
796 show_added_fns() const;
/external/libabigail/src/
Dabg-leaf-reporter.cc1116 if (ctxt->show_added_fns()) in report()
Dabg-default-reporter.cc1770 if (ctxt->show_added_fns()) in report()
Dabg-comparison.cc1582 diff_context::show_added_fns(bool f) in show_added_fns() function in abigail::comparison::diff_context
1588 diff_context::show_added_fns() const in show_added_fns() function in abigail::comparison::diff_context
8015 if (priv_->ctxt() && !priv_->ctxt()->show_added_fns()) in num_added_func_filtered_out()