Searched refs:report_loc_info (Results 1 – 5 of 5) sorted by relevance
/external/libabigail/src/ |
D | abg-reporter-priv.h | 62 report_loc_info(D->first_subject(), *d.context(), out); \ 90 report_loc_info(S1, *d.context(), out); \ 167 report_loc_info(const type_or_decl_base_sptr& tod,
|
D | abg-default-reporter.cc | 208 report_loc_info(second, *ctxt, out); in report() 252 report_loc_info(s, *d.context(), out); in report_non_type_typedef_changes() 287 report_loc_info(dif->first_subject(), *d.context(), out); in report() 306 report_loc_info(dif->first_subject(), *d.context(), out); in report() 382 report_loc_info(dif->second_subject(), *d.context(), out); in report() 411 report_loc_info(dif->second_subject(), *d.context(), out); in report() 489 report_loc_info(dif->second_subject(), *d.context(), out); in report() 528 report_loc_info(f, *d.context(), out); in report() 799 report_loc_info((*dif)->second_subject(), *d.context(), out); in report() 1116 report_loc_info(n, *ctxt, out); in report() [all …]
|
D | abg-reporter-priv.cc | 194 report_loc_info(meth, ctxt, out); in represent() 255 report_loc_info(d, *ctxt, out); in represent_data_member() 559 report_loc_info(n, *ctxt, out); in represent() 845 report_loc_info(const type_or_decl_base_sptr& tod, in report_loc_info() function 1050 if (report_loc_info(decl2, *ctxt, out)) in maybe_report_diff_for_member() 1240 report_loc_info(*i, *ctxt, out); in maybe_report_unreachable_type_changes() 1298 report_loc_info(*i, *ctxt, out); in maybe_report_unreachable_type_changes()
|
D | abg-leaf-reporter.cc | 148 report_loc_info((*i)->first_subject(), in report_diffs() 321 report_loc_info(f, *d.context(), out); in report() 411 report_loc_info((*dif)->second_subject(), *d.context(), out); in report() 803 report_loc_info(s, *d.context(), out); in report() 1192 report_loc_info((*i)->second_function_decl(), *ctxt, out); in report() 1342 report_loc_info(diff->second_subject(), *ctxt, out); in report()
|
/external/libabigail/ |
D | ChangeLog | 9509 (report_size_and_alignment_changes, report_loc_info) 9513 (report_size_and_alignment_changes, report_loc_info) 17334 (report_loc_info): New function. Outputting the extra information 17339 typedef,corpus}_diff::report): Call report_loc_info when 17343 argument and call report_loc_info on its second argument.
|