Home
last modified time | relevance | path

Searched refs:show_deleted_vars (Results 1 – 5 of 5) sorted by relevance

/third_party/libabigail/tools/
Dabidiff.cc99 bool show_deleted_vars; member
152 show_deleted_vars(), in options()
470 opts.show_deleted_vars = true; in parse_command_line()
503 || opts.show_deleted_vars)) in parse_command_line()
508 opts.show_deleted_vars = true; in parse_command_line()
743 ctxt->show_deleted_vars(opts.show_all_vars || opts.show_deleted_vars); in set_diff_context_from_opts()
/third_party/libabigail/include/
Dabg-comparison.h803 show_deleted_vars(bool f);
806 show_deleted_vars() const;
/third_party/libabigail/src/
Dabg-leaf-reporter.cc1185 if (ctxt->show_deleted_vars()) in report()
Dabg-default-reporter.cc1900 if (ctxt->show_deleted_vars()) in report()
Dabg-comparison.cc1597 diff_context::show_deleted_vars(bool f) in show_deleted_vars() function in abigail::comparison::diff_context
1603 diff_context::show_deleted_vars() const in show_deleted_vars() function in abigail::comparison::diff_context
8001 if (priv_->ctxt() && !priv_->ctxt()->show_deleted_vars()) in num_removed_vars_filtered_out()