Home
last modified time | relevance | path

Searched refs:first_function_decl (Results 1 – 8 of 8) sorted by relevance

/external/libabigail/src/
Dabg-comparison-priv.h740 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()
Dabg-comp-filter.cc251 return crc_changed(d->first_function_decl(), d->second_function_decl()); in crc_changed()
307 return function_name_changed_but_not_symbol(d->first_function_decl(), in function_name_changed_but_not_symbol()
750 if (get_member_function_is_virtual((*i)->first_function_decl()) in has_virtual_mem_fn_change()
753 if (get_member_function_vtable_offset((*i)->first_function_decl()) in has_virtual_mem_fn_change()
779 function_decl_sptr ff = diff->first_function_decl(), in has_virtual_mem_fn_change()
849 if(!get_member_function_is_virtual((*i)->first_function_decl()) in has_non_virtual_mem_fn_change()
Dabg-leaf-reporter.cc614 ((*i)->first_function_decl())) in report()
624 (*i)->first_function_decl()->get_pretty_representation(); in report()
823 maybe_report_diff_for_member(d.first_function_decl(), in report()
827 function_decl_sptr ff = d.first_function_decl(); in report()
883 string frep1 = d.first_function_decl()->get_pretty_representation(), in report()
1189 function_decl_sptr fn = (*i)->first_function_decl(); in report()
Dabg-default-reporter.cc972 ((*i)->first_function_decl())) in report()
982 (*i)->first_function_decl()->get_pretty_representation(); in report()
1466 maybe_report_diff_for_member(d.first_function_decl(), in report()
1470 function_decl_sptr ff = d.first_function_decl(); in report()
1528 string frep1 = d.first_function_decl()->get_pretty_representation(), in report()
1842 function_decl_sptr fn = (*i)->first_function_decl(); in report()
Dabg-suppression.cc690 function_decl_sptr f = d->first_function_decl(); in suppresses_diff()
2426 function_decl_sptr ff = is_function_decl(d->first_function_decl()), in suppresses_diff()
Dabg-comparison.cc4429 ((*i)->first_function_decl()); in count_filtered_changed_mem_fns()
7131 function_decl_diff::first_function_decl() const in first_function_decl() function in abigail::comparison::function_decl_diff
7166 {return *first_function_decl() != *second_function_decl();} in has_changes()
7175 if (!equals(*first_function_decl(), *second_function_decl(), &k)) in has_local_changes()
/external/libabigail/include/
Dabg-comparison.h2124 first_function_decl() const;
/external/libabigail/
DChangeLog31856 * src/abg-comparison.cc (function_decl_diff::first_function_decl):
33369 first_function_decl, second_function_decl, changed_parms,