Home
last modified time | relevance | path

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

/external/libabigail/tools/
Dkmidiff.cc310 ctxt->show_leaf_changes_only(opts.leaf_changes_only); in set_diff_context()
Dabidiff.cc696 ctxt->show_leaf_changes_only(opts.leaf_changes_only); in set_diff_context_from_opts()
Dabipkgdiff.cc1196 ctxt->show_leaf_changes_only(opts.leaf_changes_only); in set_diff_context_from_opts()
/external/libabigail/include/
Dabg-comparison.h743 show_leaf_changes_only(bool f);
746 show_leaf_changes_only() const;
/external/libabigail/src/
Dabg-default-reporter.cc213 if (ctxt->show_leaf_changes_only()) in report()
245 || d.context()->show_leaf_changes_only())) in report_non_type_typedef_changes()
Dabg-comparison.cc966 if (show_leaf_changes_only()) in get_reporter()
1433 diff_context::show_leaf_changes_only(bool f) in show_leaf_changes_only() function in abigail::comparison::diff_context
1448 diff_context::show_leaf_changes_only() const in show_leaf_changes_only() function in abigail::comparison::diff_context
9890 if (ctxt->show_leaf_changes_only()) in emit_diff_stats()
10775 if (!context()->show_leaf_changes_only()) in mark_leaf_diff_nodes()
/external/libabigail/
DChangeLog7292 * src/abg-comparison.cc (diff_context::show_leaf_changes_only):
11792 diff_context::show_leaf_changes_only automatically makes us show
11814 * src/abg-comparison.cc (diff_context::show_leaf_changes_only):
12846 show_leaf_changes_only, show_impacted_interfaces,
12906 (diff_context::show_leaf_changes_only)
12911 what diff_context::show_leaf_changes_only says.