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()
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()
Dabg-leaf-reporter.cc616 ((*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()
Dabg-default-reporter.cc974 ((*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.cc4434 ((*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()
Dabg-suppression.cc2427 sf = is_function_decl(d->second_function_decl()); in suppresses_diff()
/external/libabigail/include/
Dabg-comparison.h2127 second_function_decl() const;
/external/libabigail/
DChangeLog33369 first_function_decl, second_function_decl, changed_parms,