Home
last modified time | relevance | path

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

/external/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.cc974 ((*i)->second_function_decl()))) in report()
1470 d.second_function_decl(), in report()
1474 function_decl_sptr sf = d.second_function_decl(); in report()
1532 frep2 = d.second_function_decl()->get_pretty_representation(); in report()
1848 report_loc_info((*i)->second_function_decl(), *ctxt, out); in report()
Dabg-comparison.cc4355 ((*i)->second_function_decl()); in count_filtered_changed_mem_fns()
6996 function_decl_diff::second_function_decl() const in second_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()
Dabg-suppression.cc2470 sf = is_function_decl(d->second_function_decl()); in suppresses_diff()
/external/libabigail/include/
Dabg-comparison.h2112 second_function_decl() const;
/external/libabigail/
DChangeLog36921 first_function_decl, second_function_decl, changed_parms,