Lines Matching refs:diff_context
901 diff_context::diff_context() in diff_context() function in abigail::comparison::diff_context
902 : priv_(new diff_context::priv) in diff_context()
917 diff_context::~diff_context() = default;
923 diff_context::set_corpus_diff(const corpus_diff_sptr& d) in set_corpus_diff()
930 diff_context::get_corpus_diff() const in get_corpus_diff()
938 diff_context::get_first_corpus() const in get_first_corpus()
951 diff_context::get_second_corpus() const in get_second_corpus()
962 diff_context::get_reporter() const in get_reporter()
979 diff_context::set_reporter(reporter_base_sptr& r) in set_reporter()
991 diff_context::has_diff_for(const type_or_decl_base_sptr first, in has_diff_for()
1010 diff_context::has_diff_for_types(const type_base_sptr first, in has_diff_for_types()
1020 diff_context::has_diff_for(const diff* d) const in has_diff_for()
1029 diff_context::has_diff_for(const diff_sptr d) const in has_diff_for()
1038 diff_context::get_allowed_category() const in get_allowed_category()
1047 diff_context::set_allowed_category(diff_category c) in set_allowed_category()
1060 diff_context::switch_categories_on(diff_category c) in switch_categories_on()
1071 diff_context::switch_categories_off(diff_category c) in switch_categories_off()
1085 diff_context::add_diff(type_or_decl_base_sptr first, in add_diff()
1094 diff_context::add_diff(const diff* d) in add_diff()
1107 diff_context::add_diff(const diff_sptr d) in add_diff()
1125 diff_context::get_canonical_diff_for(const type_or_decl_base_sptr first, in get_canonical_diff_for()
1138 diff_context::get_canonical_diff_for(const diff_sptr d) const in get_canonical_diff_for()
1150 diff_context::set_canonical_diff_for(const type_or_decl_base_sptr first, in set_canonical_diff_for()
1174 diff_context::set_or_get_canonical_diff_for(const type_or_decl_base_sptr first, in set_or_get_canonical_diff_for()
1205 diff_context::initialize_canonical_diff(const diff_sptr diff) in initialize_canonical_diff()
1226 diff_context::keep_diff_alive(diff_sptr& d) in keep_diff_alive()
1235 diff_context::diff_has_been_visited(const diff* d) const in diff_has_been_visited()
1254 diff_context::diff_has_been_visited(const diff_sptr d) const in diff_has_been_visited()
1268 diff_context::mark_diff_as_visited(const diff* d) in mark_diff_as_visited()
1283 diff_context::forget_visited_diffs() in forget_visited_diffs()
1293 diff_context::forbid_visiting_a_node_twice(bool f) in forbid_visiting_a_node_twice()
1303 diff_context::forbid_visiting_a_node_twice_per_interface(bool f) in forbid_visiting_a_node_twice_per_interface()
1311 diff_context::visiting_a_node_twice_is_forbidden() const in visiting_a_node_twice_is_forbidden()
1324 diff_context::visiting_a_node_twice_is_forbidden_per_interface() const in visiting_a_node_twice_is_forbidden_per_interface()
1334 diff_context::diff_filters() const in diff_filters()
1342 diff_context::add_diff_filter(filtering::filter_base_sptr f) in add_diff_filter()
1353 diff_context::maybe_apply_filters(diff_sptr diff) in maybe_apply_filters()
1383 diff_context::maybe_apply_filters(corpus_diff_sptr diff) in maybe_apply_filters()
1403 diff_context::suppressions() const in suppressions()
1412 diff_context::add_suppression(const suppression_sptr suppr) in add_suppression()
1421 diff_context::add_suppressions(const suppressions_type& supprs) in add_suppressions()
1433 diff_context::show_leaf_changes_only(bool f) in show_leaf_changes_only()
1448 diff_context::show_leaf_changes_only() const in show_leaf_changes_only()
1458 diff_context::show_hex_values() const in show_hex_values()
1468 diff_context::show_hex_values(bool f) in show_hex_values()
1477 diff_context::show_offsets_sizes_in_bits() const in show_offsets_sizes_in_bits()
1486 diff_context::show_offsets_sizes_in_bits(bool f) in show_offsets_sizes_in_bits()
1495 diff_context::show_relative_offset_changes(bool f) in show_relative_offset_changes()
1504 diff_context::show_relative_offset_changes(void) in show_relative_offset_changes()
1512 diff_context::show_stats_only(bool f) in show_stats_only()
1520 diff_context::show_stats_only() const in show_stats_only()
1528 diff_context::show_soname_change(bool f) in show_soname_change()
1536 diff_context::show_soname_change() const in show_soname_change()
1544 diff_context::show_architecture_change(bool f) in show_architecture_change()
1552 diff_context::show_architecture_change() const in show_architecture_change()
1559 diff_context::show_deleted_fns(bool f) in show_deleted_fns()
1565 diff_context::show_deleted_fns() const in show_deleted_fns()
1572 diff_context::show_changed_fns(bool f) in show_changed_fns()
1577 diff_context::show_changed_fns() const in show_changed_fns()
1584 diff_context::show_added_fns(bool f) in show_added_fns()
1590 diff_context::show_added_fns() const in show_added_fns()
1597 diff_context::show_deleted_vars(bool f) in show_deleted_vars()
1603 diff_context::show_deleted_vars() const in show_deleted_vars()
1610 diff_context::show_changed_vars(bool f) in show_changed_vars()
1615 diff_context::show_changed_vars() const in show_changed_vars()
1622 diff_context::show_added_vars(bool f) in show_added_vars()
1628 diff_context::show_added_vars() const in show_added_vars()
1632 diff_context::show_linkage_names() const in show_linkage_names()
1636 diff_context::show_linkage_names(bool f) in show_linkage_names()
1643 diff_context::show_locs(bool f) in show_locs()
1649 diff_context::show_locs() const in show_locs()
1658 diff_context::show_redundant_changes() const in show_redundant_changes()
1667 diff_context::show_redundant_changes(bool f) in show_redundant_changes()
1675 diff_context::show_symbols_unreferenced_by_debug_info() const in show_symbols_unreferenced_by_debug_info()
1683 diff_context::show_symbols_unreferenced_by_debug_info(bool f) in show_symbols_unreferenced_by_debug_info()
1692 diff_context::show_added_symbols_unreferenced_by_debug_info() const in show_added_symbols_unreferenced_by_debug_info()
1701 diff_context::show_added_symbols_unreferenced_by_debug_info(bool f) in show_added_symbols_unreferenced_by_debug_info()
1710 diff_context::show_unreachable_types(bool f) in show_unreachable_types()
1719 diff_context::show_unreachable_types() in show_unreachable_types()
1730 diff_context::show_impacted_interfaces() const in show_impacted_interfaces()
1741 diff_context::show_impacted_interfaces(bool f) in show_impacted_interfaces()
1750 diff_context::default_output_stream(ostream* o) in default_output_stream()
1759 diff_context::default_output_stream() in default_output_stream()
1767 diff_context::error_output_stream(ostream* o) in error_output_stream()
1775 diff_context::error_output_stream() const in error_output_stream()
1784 diff_context::dump_diff_tree() const in dump_diff_tree()
1793 diff_context::dump_diff_tree(bool f) in dump_diff_tree()
1802 diff_context::do_dump_diff_tree(const diff_sptr d) const in do_dump_diff_tree()
1814 diff_context::do_dump_diff_tree(const corpus_diff_sptr d) const in do_dump_diff_tree()
7507 ctxt.reset(new diff_context); in compute_diff()
10964 ctxt.reset(new diff_context); in compute_diff()