Searched refs:diff_sptr (Results 1 – 13 of 13) sorted by relevance
/external/libabigail/include/ |
D | abg-comparison.h | 51 typedef shared_ptr<diff> diff_sptr; typedef 61 operator()(const diff_sptr& t) const in operator() 66 typedef vector<diff_sptr> diff_sptrs_type; 72 typedef unordered_set<diff_sptr, diff_sptr_hasher> unordered_diff_sptr_set; 175 typedef unordered_map<string, diff_sptr> string_diff_sptr_map; 603 diff_sptr 607 diff_sptr 614 diff_sptr 615 has_diff_for(const diff_sptr d) const; 620 const diff_sptr d); [all …]
|
D | abg-comp-filter.h | 89 has_anonymous_data_member_change(const diff_sptr &d); 108 apply_filter(filter_base_sptr f, diff_sptr deef); 112 apply_filter(filter_base& filter, diff_sptr d); 118 apply_filter(filter_base_sptr filter, diff_sptr d);
|
/external/libabigail/src/ |
D | abg-comparison-priv.h | 76 typedef unordered_map<types_or_decls_type, diff_sptr, 90 operator()(const diff_sptr& d) const in operator() 139 operator()(const diff_sptr& d1, const diff_sptr& d2) const in operator() 175 vector<diff_sptr> canonical_diffs; 363 operator()(const diff_sptr& l, const diff_sptr& r) const in operator() 376 diff_sptr compatible_child_diff; 390 diff_sptr underlying_type_diff_; 392 priv(diff_sptr ud) in priv() 400 diff_sptr element_type_diff_; 402 priv(diff_sptr element_type_diff) in priv() [all …]
|
D | abg-comparison.cc | 988 diff_sptr 996 return diff_sptr(); in has_diff_for() 1007 diff_sptr 1026 diff_sptr 1027 diff_context::has_diff_for(const diff_sptr d) const in has_diff_for() 1085 const diff_sptr d) in add_diff() 1096 diff_sptr dif(const_cast<diff*>(d), noop_deleter()); in add_diff() 1105 diff_context::add_diff(const diff_sptr d) in add_diff() 1122 diff_sptr 1135 diff_sptr [all …]
|
D | abg-reporter-priv.h | 26 if (diff_sptr _diff_ = ctxt->get_canonical_diff_for(S1, S2)) \ 51 if (diff_sptr _diff_ = d.context()->get_canonical_diff_for(D)) \ 80 if (diff_sptr _diff_ = d.context()->get_canonical_diff_for(S1, S2)) \ 234 maybe_report_interfaces_impacted_by_diff(const diff_sptr &d,
|
D | abg-default-reporter.cc | 277 diff_sptr dif = d.underlying_type_diff(); in report() 373 diff_sptr dif = d.leaf_underlying_type_diff(); in report() 402 if (diff_sptr dif = d.underlying_type_diff()) in report() 481 if (diff_sptr dif = d.underlying_type_diff()) in report() 519 diff_sptr type_diff = d.type_diff(); in report() 646 diff_sptr dif = *i; in report() 674 diff_sptr dif = d.element_type_diff(); in report() 977 diff_sptr diff = *i; in report() 1433 diff_sptr diff = d.compatible_child_diff(); in report() 1661 if (diff_sptr dif = d.type_diff()) in report() [all …]
|
D | abg-leaf-reporter.cc | 358 diff_sptr dif = *i; in report() 506 diff_sptr dif = d.element_type_diff(); in report() 619 diff_sptr diff = *i; in report() 797 diff_sptr diff = d.compatible_child_diff(); in report() 1006 if (diff_sptr dif = d.type_diff()) in report() 1183 diff_sptr diff = *i; in report() 1328 diff_sptr diff = *i; in report()
|
D | abg-reporter-priv.cc | 503 if (const diff_sptr d = diff->type_diff()) in represent() 1263 diff_sptr diff = *i; in maybe_report_unreachable_type_changes() 1364 maybe_report_interfaces_impacted_by_diff(const diff_sptr &d, in maybe_report_interfaces_impacted_by_diff()
|
D | abg-comp-filter.cc | 62 apply_filter(filter_base& filter, diff_sptr d) in apply_filter() 84 apply_filter(filter_base_sptr filter, diff_sptr d) in apply_filter() 1241 has_anonymous_data_member_change(const diff_sptr &d) in has_anonymous_data_member_change()
|
/external/libabigail/tools/ |
D | abicompat.cc | 243 using abigail::comparison::diff_sptr; 418 diff_sptr diff; 425 diff_sptr difference) in var_change() 575 diff_sptr type_diff; in perform_compat_check_in_weak_mode()
|
D | abidiff.cc | 1398 print_diff_tree(abigail::comparison::diff_sptr diff_tree) in print_diff_tree()
|
/external/libabigail/tests/ |
D | print-diff-tree.cc | 19 using abigail::comparison::diff_sptr;
|
/external/libabigail/ |
D | ChangeLog | 15304 vector of diff_sptr. 15309 than a vector of diff_sptr. 15311 diff*. Make the existing overload of diff_sptr use the new one. 15323 rather than a vector of diff_sptr. 22869 (diff_less_than_functor::operator()(const diff_sptr, const 22870 diff_sptr) const): Adjust. 24654 (print_diff_tree): Add new overload for diff_sptr. 24670 (print_diff_tree): Define a new overload for diff_sptr. 24784 (diff::children_nodes): Make this return a vector<diff_sptr>, rather 24786 (diff::append_child_node): Make this take a diff_sptr rather than [all …]
|