• Home
  • Raw
  • Download

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()
921 diff_context::set_corpus_diff(const corpus_diff_sptr& d) in set_corpus_diff()
928 diff_context::get_corpus_diff() const in get_corpus_diff()
936 diff_context::get_first_corpus() const in get_first_corpus()
949 diff_context::get_second_corpus() const in get_second_corpus()
960 diff_context::get_reporter() const in get_reporter()
977 diff_context::set_reporter(reporter_base_sptr& r) in set_reporter()
989 diff_context::has_diff_for(const type_or_decl_base_sptr first, in has_diff_for()
1008 diff_context::has_diff_for_types(const type_base_sptr first, in has_diff_for_types()
1018 diff_context::has_diff_for(const diff* d) const in has_diff_for()
1027 diff_context::has_diff_for(const diff_sptr d) const in has_diff_for()
1036 diff_context::get_allowed_category() const in get_allowed_category()
1045 diff_context::set_allowed_category(diff_category c) in set_allowed_category()
1058 diff_context::switch_categories_on(diff_category c) in switch_categories_on()
1069 diff_context::switch_categories_off(diff_category c) in switch_categories_off()
1083 diff_context::add_diff(type_or_decl_base_sptr first, in add_diff()
1092 diff_context::add_diff(const diff* d) in add_diff()
1105 diff_context::add_diff(const diff_sptr d) in add_diff()
1123 diff_context::get_canonical_diff_for(const type_or_decl_base_sptr first, in get_canonical_diff_for()
1136 diff_context::get_canonical_diff_for(const diff_sptr d) const in get_canonical_diff_for()
1148 diff_context::set_canonical_diff_for(const type_or_decl_base_sptr first, in set_canonical_diff_for()
1172 diff_context::set_or_get_canonical_diff_for(const type_or_decl_base_sptr first, in set_or_get_canonical_diff_for()
1203 diff_context::initialize_canonical_diff(const diff_sptr diff) in initialize_canonical_diff()
1224 diff_context::keep_diff_alive(diff_sptr& d) in keep_diff_alive()
1233 diff_context::diff_has_been_visited(const diff* d) const in diff_has_been_visited()
1252 diff_context::diff_has_been_visited(const diff_sptr d) const in diff_has_been_visited()
1266 diff_context::mark_diff_as_visited(const diff* d) in mark_diff_as_visited()
1281 diff_context::forget_visited_diffs() in forget_visited_diffs()
1291 diff_context::forbid_visiting_a_node_twice(bool f) in forbid_visiting_a_node_twice()
1301 diff_context::forbid_visiting_a_node_twice_per_interface(bool f) in forbid_visiting_a_node_twice_per_interface()
1309 diff_context::visiting_a_node_twice_is_forbidden() const in visiting_a_node_twice_is_forbidden()
1322 diff_context::visiting_a_node_twice_is_forbidden_per_interface() const in visiting_a_node_twice_is_forbidden_per_interface()
1332 diff_context::diff_filters() const in diff_filters()
1340 diff_context::add_diff_filter(filtering::filter_base_sptr f) in add_diff_filter()
1351 diff_context::maybe_apply_filters(diff_sptr diff) in maybe_apply_filters()
1381 diff_context::maybe_apply_filters(corpus_diff_sptr diff) in maybe_apply_filters()
1401 diff_context::suppressions() const in suppressions()
1410 diff_context::add_suppression(const suppression_sptr suppr) in add_suppression()
1419 diff_context::add_suppressions(const suppressions_type& supprs) in add_suppressions()
1431 diff_context::show_leaf_changes_only(bool f) in show_leaf_changes_only()
1446 diff_context::show_leaf_changes_only() const in show_leaf_changes_only()
1456 diff_context::show_hex_values() const in show_hex_values()
1466 diff_context::show_hex_values(bool f) in show_hex_values()
1475 diff_context::show_offsets_sizes_in_bits() const in show_offsets_sizes_in_bits()
1484 diff_context::show_offsets_sizes_in_bits(bool f) in show_offsets_sizes_in_bits()
1493 diff_context::show_relative_offset_changes(bool f) in show_relative_offset_changes()
1502 diff_context::show_relative_offset_changes(void) in show_relative_offset_changes()
1510 diff_context::show_stats_only(bool f) in show_stats_only()
1518 diff_context::show_stats_only() const in show_stats_only()
1526 diff_context::show_soname_change(bool f) in show_soname_change()
1534 diff_context::show_soname_change() const in show_soname_change()
1542 diff_context::show_architecture_change(bool f) in show_architecture_change()
1550 diff_context::show_architecture_change() const in show_architecture_change()
1557 diff_context::show_deleted_fns(bool f) in show_deleted_fns()
1563 diff_context::show_deleted_fns() const in show_deleted_fns()
1570 diff_context::show_changed_fns(bool f) in show_changed_fns()
1575 diff_context::show_changed_fns() const in show_changed_fns()
1582 diff_context::show_added_fns(bool f) in show_added_fns()
1588 diff_context::show_added_fns() const in show_added_fns()
1595 diff_context::show_deleted_vars(bool f) in show_deleted_vars()
1601 diff_context::show_deleted_vars() const in show_deleted_vars()
1608 diff_context::show_changed_vars(bool f) in show_changed_vars()
1613 diff_context::show_changed_vars() const in show_changed_vars()
1620 diff_context::show_added_vars(bool f) in show_added_vars()
1626 diff_context::show_added_vars() const in show_added_vars()
1630 diff_context::show_linkage_names() const in show_linkage_names()
1634 diff_context::show_linkage_names(bool f) in show_linkage_names()
1641 diff_context::show_locs(bool f) in show_locs()
1647 diff_context::show_locs() const in show_locs()
1656 diff_context::show_redundant_changes() const in show_redundant_changes()
1665 diff_context::show_redundant_changes(bool f) in show_redundant_changes()
1673 diff_context::flag_indirect_changes() const in flag_indirect_changes()
1681 diff_context::flag_indirect_changes(bool f) in flag_indirect_changes()
1689 diff_context::show_symbols_unreferenced_by_debug_info() const in show_symbols_unreferenced_by_debug_info()
1697 diff_context::show_symbols_unreferenced_by_debug_info(bool f) in show_symbols_unreferenced_by_debug_info()
1706 diff_context::show_added_symbols_unreferenced_by_debug_info() const in show_added_symbols_unreferenced_by_debug_info()
1715 diff_context::show_added_symbols_unreferenced_by_debug_info(bool f) in show_added_symbols_unreferenced_by_debug_info()
1724 diff_context::show_unreachable_types(bool f) in show_unreachable_types()
1733 diff_context::show_unreachable_types() in show_unreachable_types()
1744 diff_context::show_impacted_interfaces() const in show_impacted_interfaces()
1755 diff_context::show_impacted_interfaces(bool f) in show_impacted_interfaces()
1764 diff_context::default_output_stream(ostream* o) in default_output_stream()
1773 diff_context::default_output_stream() in default_output_stream()
1781 diff_context::error_output_stream(ostream* o) in error_output_stream()
1789 diff_context::error_output_stream() const in error_output_stream()
1798 diff_context::dump_diff_tree() const in dump_diff_tree()
1807 diff_context::dump_diff_tree(bool f) in dump_diff_tree()
1816 diff_context::do_dump_diff_tree(const diff_sptr d) const in do_dump_diff_tree()
1828 diff_context::do_dump_diff_tree(const corpus_diff_sptr d) const in do_dump_diff_tree()
7635 ctxt.reset(new diff_context); in compute_diff()
11088 ctxt.reset(new diff_context); in compute_diff()