Searched refs:first_subject (Results 1 – 11 of 11) 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 | 266 priv(type_or_decl_base_sptr first_subject, in priv() 274 first_subject_(first_subject), in priv() 344 if (!l || !r || !l->first_subject() || !r->first_subject()) in operator() 347 string l_qn = get_name(l->first_subject()); in operator() 348 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() 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() 1210 set_or_get_canonical_diff_for(diff->first_subject(), in initialize_canonical_diff() 1831 diff::diff(type_or_decl_base_sptr first_subject, in diff() argument 1833 : priv_(new priv(first_subject, second_subject, in diff() 1852 diff::diff(type_or_decl_base_sptr first_subject, in diff() argument [all …]
|
D | abg-leaf-reporter.cc | 100 string n = (*i)->first_subject()->get_pretty_representation(); in report_diffs() 104 report_loc_info((*i)->first_subject(), in report_diffs() 339 << (*dif)->first_subject()->get_pretty_representation() in report() 357 << (*dif)->first_subject()->get_pretty_representation() in report() 458 string fn = ir::get_pretty_representation(is_type(dif->first_subject())); in report() 677 RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER(d.first_subject(), in report() 680 string name = d.first_subject()->get_pretty_representation(); in report() 714 RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER(d.first_subject(), in report() 1287 n1 = diff->first_subject()->get_pretty_representation(); in report()
|
D | abg-comp-filter.cc | 188 type_base_sptr f = is_type(diff->first_subject()), in has_type_size_change() 492 {return decl_name_changed(d->first_subject(), d->second_subject());} in decl_name_changed() 569 decl_base_sptr f = is_decl(dif->first_subject()), in has_harmful_name_change() 1054 look_through_decl_only(is_decl(d->first_subject())); in has_decl_only_def_change() 1244 type_base_sptr first = is_type(td->first_subject()); in is_mostly_distinct_diff() 1264 if (is_anonymous_data_member(d->first_subject()) in has_anonymous_data_member_change() 1719 decl_base_sptr f = is_decl(d->first_subject()), in categorize_harmless_diff_node() 1806 decl_base_sptr f = is_decl(d->first_subject()), in categorize_harmful_diff_node()
|
D | abg-reporter-priv.cc | 1295 string repr = diff->first_subject()->get_pretty_representation(); in maybe_report_unreachable_type_changes()
|
D | abg-suppression.cc | 752 ft = is_type(d->first_subject()); in suppresses_diff() 3748 var_decl_sptr fv = is_var_decl(is_decl(d->first_subject())), in suppresses_diff()
|
/external/libabigail/ |
D | ABIXML-FORMAT-VERSIONS | 16 change observed between its diff->first_subject()->get_type() and 19 looking at the difference between diff->first_subject->get_type() and 24 difference between diff->first_subject()->get_type() and
|
D | ChangeLog | 26391 (diff::{first_subject, second_subject}): Make these return 37027 * include/abg-comparison.h (diff::{first_subject,second_subject): Changed 37070 first_scope -> first_subject change.
|
/external/libabigail/include/ |
D | abg-comparison.h | 946 diff(type_or_decl_base_sptr first_subject, 949 diff(type_or_decl_base_sptr first_subject, 967 first_subject() const; 1115 type_diff_base(type_base_sptr first_subject, 1134 decl_diff_base(decl_base_sptr first_subject,
|