Searched refs:first_subject (Results 1 – 10 of 10) sorted by relevance
/external/libabigail/src/ |
D | abg-reporter-priv.h | 54 string _name_ = _diff_->first_subject()->get_pretty_representation(); \ 62 report_loc_info(D->first_subject(), *d.context(), out); \ 83 string _name_ = _diff_->first_subject()->get_pretty_representation(); \
|
D | abg-default-reporter.cc | 113 RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER3(d.first_subject(), in report() 286 << dif->first_subject()->get_pretty_representation() << "'"; in report() 287 report_loc_info(dif->first_subject(), *d.context(), out); in report() 305 << dif->first_subject()->get_pretty_representation() << "'"; in report() 306 report_loc_info(dif->first_subject(), *d.context(), out); in report() 380 string fltname = dif->first_subject()->get_pretty_representation(); in report() 405 string repr = dif->first_subject() in report() 406 ? dif->first_subject()->get_pretty_representation() in report() 488 << dif->first_subject()->get_pretty_representation() << "'"; in report() 677 string fn = ir::get_pretty_representation(is_type(dif->first_subject())); in report() [all …]
|
D | abg-comparison-priv.h | 267 priv(type_or_decl_base_sptr first_subject, in priv() 275 first_subject_(first_subject), in priv() 345 if (!l || !r || !l->first_subject() || !r->first_subject()) in operator() 348 string l_qn = get_name(l->first_subject()); in operator() 349 string r_qn = get_name(r->first_subject()); in operator() 829 return (get_pretty_representation(l.first_subject(), true) in operator() 831 get_pretty_representation(r.first_subject(), true)); in operator()
|
D | abg-comparison.cc | 571 type_or_decl_base_sptr first = d->first_subject(); in is_diff_of_global_decls() 574 type_or_decl_base_sptr second = d->first_subject(); in is_diff_of_global_decls() 1019 {return has_diff_for(d->first_subject(), d->second_subject()).get();} in has_diff_for() 1028 {return has_diff_for(d->first_subject(), d->second_subject());} in has_diff_for() 1097 add_diff(d->first_subject(), d->second_subject(), dif); in add_diff() 1108 add_diff(d->first_subject(), d->second_subject(), d); in add_diff() 1208 set_or_get_canonical_diff_for(diff->first_subject(), in initialize_canonical_diff() 1845 diff::diff(type_or_decl_base_sptr first_subject, in diff() argument 1847 : priv_(new priv(first_subject, second_subject, in diff() 1866 diff::diff(type_or_decl_base_sptr first_subject, in diff() argument [all …]
|
D | abg-comp-filter.cc | 188 type_base_sptr f = is_type(diff->first_subject()), in has_type_size_change() 455 {return decl_name_changed(d->first_subject(), d->second_subject());} in decl_name_changed() 532 decl_base_sptr f = is_decl(dif->first_subject()), in has_harmful_name_change() 1017 look_through_decl_only(is_decl(d->first_subject())); in has_decl_only_def_change() 1207 type_base_sptr first = is_type(td->first_subject()); in is_mostly_distinct_diff() 1227 if (is_anonymous_data_member(d->first_subject()) in has_anonymous_data_member_change() 1682 decl_base_sptr f = is_decl(d->first_subject()), in categorize_harmless_diff_node() 1769 decl_base_sptr f = is_decl(d->first_subject()), in categorize_harmful_diff_node()
|
D | abg-leaf-reporter.cc | 144 string n = (*i)->first_subject()->get_pretty_representation(); in report_diffs() 148 report_loc_info((*i)->first_subject(), in report_diffs() 390 << (*dif)->first_subject()->get_pretty_representation() in report() 408 << (*dif)->first_subject()->get_pretty_representation() in report() 509 string fn = ir::get_pretty_representation(is_type(dif->first_subject())); in report() 728 RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER(d.first_subject(), in report() 731 string name = d.first_subject()->get_pretty_representation(); in report() 763 RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER(d.first_subject(), in report() 1336 n1 = diff->first_subject()->get_pretty_representation(); in report()
|
D | abg-reporter-priv.cc | 1267 string repr = diff->first_subject()->get_pretty_representation(); in maybe_report_unreachable_type_changes()
|
D | abg-suppression.cc | 751 ft = is_type(d->first_subject()); in suppresses_diff() 3705 var_decl_sptr fv = is_var_decl(is_decl(d->first_subject())), in suppresses_diff()
|
/external/libabigail/include/ |
D | abg-comparison.h | 913 diff(type_or_decl_base_sptr first_subject, 916 diff(type_or_decl_base_sptr first_subject, 934 first_subject() const; 1079 type_diff_base(type_base_sptr first_subject, 1100 decl_diff_base(decl_base_sptr first_subject,
|
/external/libabigail/ |
D | ChangeLog | 22839 (diff::{first_subject, second_subject}): Make these return 33475 * include/abg-comparison.h (diff::{first_subject,second_subject): Changed 33518 first_scope -> first_subject change.
|