Searched refs:second_function_decl (Results 1 – 7 of 7) 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() 308 d->second_function_decl()); in function_name_changed_but_not_symbol() 751 || get_member_function_is_virtual((*i)->second_function_decl())) in has_virtual_mem_fn_change() 754 == get_member_function_vtable_offset((*i)->second_function_decl())) in has_virtual_mem_fn_change() 780 sf = diff->second_function_decl(); in has_virtual_mem_fn_change() 850 && !get_member_function_is_virtual((*i)->second_function_decl())) in has_non_virtual_mem_fn_change()
|
| D | abg-leaf-reporter.cc | 616 ((*i)->second_function_decl()))) in report() 824 d.second_function_decl(), in report() 828 function_decl_sptr sf = d.second_function_decl(); in report() 884 frep2 = d.second_function_decl()->get_pretty_representation(); in report() 1192 report_loc_info((*i)->second_function_decl(), *ctxt, out); in report()
|
| D | abg-default-reporter.cc | 974 ((*i)->second_function_decl()))) in report() 1467 d.second_function_decl(), in report() 1471 function_decl_sptr sf = d.second_function_decl(); in report() 1529 frep2 = d.second_function_decl()->get_pretty_representation(); in report() 1845 report_loc_info((*i)->second_function_decl(), *ctxt, out); in report()
|
| D | abg-comparison.cc | 4434 ((*i)->second_function_decl()); in count_filtered_changed_mem_fns() 7136 function_decl_diff::second_function_decl() const in second_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()
|
| D | abg-suppression.cc | 2427 sf = is_function_decl(d->second_function_decl()); in suppresses_diff()
|
| /external/libabigail/include/ |
| D | abg-comparison.h | 2127 second_function_decl() const;
|
| /external/libabigail/ |
| D | ChangeLog | 33369 first_function_decl, second_function_decl, changed_parms,
|