Searched refs:first_function_decl (Results 1 – 8 of 8) sorted by relevance
| /external/libabigail/src/ |
| D | abg-comp-filter.cc | 251 return crc_changed(d->first_function_decl(), d->second_function_decl()); in crc_changed() 287 return namespace_changed(d->first_function_decl(), in namespace_changed() 344 return function_name_changed_but_not_symbol(d->first_function_decl(), in function_name_changed_but_not_symbol() 787 if (get_member_function_is_virtual((*i)->first_function_decl()) in has_virtual_mem_fn_change() 790 if (get_member_function_vtable_offset((*i)->first_function_decl()) in has_virtual_mem_fn_change() 816 function_decl_sptr ff = diff->first_function_decl(), in has_virtual_mem_fn_change() 886 if(!get_member_function_is_virtual((*i)->first_function_decl()) in has_non_virtual_mem_fn_change()
|
| D | abg-comparison-priv.h | 740 ABG_ASSERT(get_member_function_is_virtual(l.first_function_decl())); in operator() 741 ABG_ASSERT(get_member_function_is_virtual(r.first_function_decl())); in operator() 743 return (get_member_function_vtable_offset(l.first_function_decl()) in operator() 744 < get_member_function_vtable_offset(r.first_function_decl())); in operator() 1212 function_decl_sptr f = first.first_function_decl(), in operator() 1213 s = second.first_function_decl(); in operator()
|
| D | abg-leaf-reporter.cc | 563 ((*i)->first_function_decl())) in report() 573 (*i)->first_function_decl()->get_pretty_representation(); in report() 774 maybe_report_diff_for_member(d.first_function_decl(), in report() 778 function_decl_sptr ff = d.first_function_decl(); in report() 834 string frep1 = d.first_function_decl()->get_pretty_representation(), in report() 1140 function_decl_sptr fn = (*i)->first_function_decl(); in report()
|
| D | abg-default-reporter.cc | 972 ((*i)->first_function_decl())) in report() 982 (*i)->first_function_decl()->get_pretty_representation(); in report() 1469 maybe_report_diff_for_member(d.first_function_decl(), in report() 1473 function_decl_sptr ff = d.first_function_decl(); in report() 1531 string frep1 = d.first_function_decl()->get_pretty_representation(), in report() 1845 function_decl_sptr fn = (*i)->first_function_decl(); in report()
|
| D | abg-suppression.cc | 691 function_decl_sptr f = d->first_function_decl(); in suppresses_diff() 2469 function_decl_sptr ff = is_function_decl(d->first_function_decl()), in suppresses_diff()
|
| D | abg-comparison.cc | 4350 ((*i)->first_function_decl()); in count_filtered_changed_mem_fns() 6991 function_decl_diff::first_function_decl() const in first_function_decl() function in abigail::comparison::function_decl_diff 7026 {return *first_function_decl() != *second_function_decl();} in has_changes() 7035 if (!equals(*first_function_decl(), *second_function_decl(), &k)) in has_local_changes()
|
| /external/libabigail/include/ |
| D | abg-comparison.h | 2109 first_function_decl() const;
|
| /external/libabigail/ |
| D | ChangeLog | 35408 * src/abg-comparison.cc (function_decl_diff::first_function_decl): 36921 first_function_decl, second_function_decl, changed_parms,
|