Searched refs:second_subject (Results 1 – 9 of 9) sorted by relevance
/external/libabigail/ |
D | ABIXML-FORMAT-VERSIONS | 17 diff->second_subject()->get_type(). This is because diff->type_diff() 20 diff->second_subject()->get_type() gives a different perspective. 25 diff->second_subject()->get_type() -- a difference between two no-ops
|
D | ChangeLog | 26391 (diff::{first_subject, second_subject}): Make these return 37027 * include/abg-comparison.h (diff::{first_subject,second_subject): Changed
|
/external/libabigail/src/ |
D | abg-comparison.cc | 1021 {return has_diff_for(d->first_subject(), d->second_subject()).get();} in has_diff_for() 1030 {return has_diff_for(d->first_subject(), d->second_subject());} in has_diff_for() 1099 add_diff(d->first_subject(), d->second_subject(), dif); in add_diff() 1110 add_diff(d->first_subject(), d->second_subject(), d); in add_diff() 1211 diff->second_subject(), in initialize_canonical_diff() 1832 type_or_decl_base_sptr second_subject) in diff() argument 1833 : priv_(new priv(first_subject, second_subject, in diff() 1853 type_or_decl_base_sptr second_subject, in diff() argument 1855 : priv_(new priv(first_subject, second_subject, in diff() 1950 diff::second_subject() const in second_subject() function in abigail::comparison::diff [all …]
|
D | abg-comp-filter.cc | 189 s = is_type(diff->second_subject()); in has_type_size_change() 492 {return decl_name_changed(d->first_subject(), d->second_subject());} in decl_name_changed() 570 s = is_decl(dif->second_subject()); in has_harmful_name_change() 1056 look_through_decl_only(is_decl(d->second_subject())); in has_decl_only_def_change() 1245 type_base_sptr second = is_type(td->second_subject()); in is_mostly_distinct_diff() 1265 || is_anonymous_data_member(d->second_subject())) in has_anonymous_data_member_change() 1720 s = is_decl(d->second_subject()); in categorize_harmless_diff_node() 1807 s = is_decl(d->second_subject()); in categorize_harmful_diff_node()
|
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() 1377 d.second_subject()); in report() 2008 n2 = diff->second_subject()->get_pretty_representation(); in report() [all …]
|
D | abg-leaf-reporter.cc | 359 << (*dif)->second_subject()->get_pretty_representation() << "'"; in report() 360 report_loc_info((*dif)->second_subject(), *d.context(), out); in report() 678 d.second_subject()); in report() 715 d.second_subject()); in report() 1288 n2 = diff->second_subject()->get_pretty_representation(); in report() 1293 report_loc_info(diff->second_subject(), *ctxt, out); in report()
|
D | abg-comparison-priv.h | 267 type_or_decl_base_sptr second_subject, in priv() 275 second_subject_(second_subject), in priv()
|
D | abg-suppression.cc | 753 st = is_type(d->second_subject()); in suppresses_diff() 3749 sv = is_var_decl(is_decl(d->second_subject())); in suppresses_diff()
|
/external/libabigail/include/ |
D | abg-comparison.h | 947 type_or_decl_base_sptr second_subject); 950 type_or_decl_base_sptr second_subject, 970 second_subject() const; 1116 type_base_sptr second_subject, 1135 decl_base_sptr second_subject,
|