Home
last modified time | relevance | path

Searched refs:second_function_decl (Results 1 – 7 of 7) sorted by relevance

/third_party/libabigail/src/
Dabg-comp-filter.cc251 return crc_changed(d->first_function_decl(), d->second_function_decl()); in crc_changed()
288 d->second_function_decl()); in namespace_changed()
345 d->second_function_decl()); in function_name_changed_but_not_symbol()
788 || get_member_function_is_virtual((*i)->second_function_decl())) in has_virtual_mem_fn_change()
791 == get_member_function_vtable_offset((*i)->second_function_decl())) in has_virtual_mem_fn_change()
817 sf = diff->second_function_decl(); in has_virtual_mem_fn_change()
887 && !get_member_function_is_virtual((*i)->second_function_decl())) in has_non_virtual_mem_fn_change()
Dabg-leaf-reporter.cc565 ((*i)->second_function_decl()))) in report()
775 d.second_function_decl(), in report()
779 function_decl_sptr sf = d.second_function_decl(); in report()
835 frep2 = d.second_function_decl()->get_pretty_representation(); in report()
1143 report_loc_info((*i)->second_function_decl(), *ctxt, out); in report()
Dabg-default-reporter.cc971 ((*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()
Dabg-comparison.cc4332 ((*i)->second_function_decl()); in count_filtered_changed_mem_fns()
7037 function_decl_diff::second_function_decl() const in second_function_decl() function in abigail::comparison::function_decl_diff
7067 {return *first_function_decl() != *second_function_decl();} in has_changes()
7076 if (!equals(*first_function_decl(), *second_function_decl(), &k)) in has_local_changes()
Dabg-suppression.cc2471 sf = is_function_decl(d->second_function_decl()); in suppresses_diff()
/third_party/libabigail/include/
Dabg-comparison.h2112 second_function_decl() const;
/third_party/libabigail/
DChangeLog41783 first_function_decl, second_function_decl, changed_parms,