Searched refs:second_subject (Results 1 – 8 of 8) sorted by relevance
/external/libabigail/src/ |
D | abg-comp-filter.cc | 189 s = is_type(diff->second_subject()); in has_type_size_change() 455 {return decl_name_changed(d->first_subject(), d->second_subject());} in decl_name_changed() 533 s = is_decl(dif->second_subject()); in has_harmful_name_change() 1019 look_through_decl_only(is_decl(d->second_subject())); in has_decl_only_def_change() 1208 type_base_sptr second = is_type(td->second_subject()); in is_mostly_distinct_diff() 1228 || is_anonymous_data_member(d->second_subject())) in has_anonymous_data_member_change() 1683 s = is_decl(d->second_subject()); in categorize_harmless_diff_node() 1770 s = is_decl(d->second_subject()); in categorize_harmful_diff_node()
|
D | abg-comparison.cc | 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() 1209 diff->second_subject(), in initialize_canonical_diff() 1846 type_or_decl_base_sptr second_subject) in diff() argument 1847 : priv_(new priv(first_subject, second_subject, in diff() 1867 type_or_decl_base_sptr second_subject, in diff() argument 1869 : priv_(new priv(first_subject, second_subject, in diff() 1957 diff::second_subject() const in second_subject() function in abigail::comparison::diff [all …]
|
D | abg-default-reporter.cc | 114 d.second_subject(), in report() 382 report_loc_info(dif->second_subject(), *d.context(), out); in report() 411 report_loc_info(dif->second_subject(), *d.context(), out); in report() 489 report_loc_info(dif->second_subject(), *d.context(), out); in report() 798 << (*dif)->second_subject()->get_pretty_representation() << "'"; in report() 799 report_loc_info((*dif)->second_subject(), *d.context(), out); in report() 1112 type_or_decl_base_sptr n = (*it)->second_subject(); in report() 1264 d.second_subject()); in report() 1374 d.second_subject()); in report() 2005 n2 = diff->second_subject()->get_pretty_representation(); in report() [all …]
|
D | abg-leaf-reporter.cc | 410 << (*dif)->second_subject()->get_pretty_representation() << "'"; in report() 411 report_loc_info((*dif)->second_subject(), *d.context(), out); in report() 729 d.second_subject()); in report() 764 d.second_subject()); in report() 1337 n2 = diff->second_subject()->get_pretty_representation(); in report() 1342 report_loc_info(diff->second_subject(), *ctxt, out); in report()
|
D | abg-comparison-priv.h | 268 type_or_decl_base_sptr second_subject, in priv() 276 second_subject_(second_subject), in priv()
|
D | abg-suppression.cc | 752 st = is_type(d->second_subject()); in suppresses_diff() 3706 sv = is_var_decl(is_decl(d->second_subject())); in suppresses_diff()
|
/external/libabigail/include/ |
D | abg-comparison.h | 914 type_or_decl_base_sptr second_subject); 917 type_or_decl_base_sptr second_subject, 937 second_subject() const; 1080 type_base_sptr second_subject, 1101 decl_base_sptr second_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
|