Searched refs:first_array (Results 1 – 6 of 6) sorted by relevance
/third_party/libabigail/src/ |
D | abg-reporter-priv.cc | 751 array_type_def_sptr first_array = is_array_type(is_type(first)), in report_size_and_alignment_changes() local 753 unsigned fdc = first_array ? first_array->get_dimension_count(): 0, in report_size_and_alignment_changes() 760 if (first_array && second_array) in report_size_and_alignment_changes() 765 if (first_array->is_infinite()) in report_size_and_alignment_changes() 768 emit_num_value(first_array->get_size_in_bits(), *ctxt, out); in report_size_and_alignment_changes() 786 for (i = first_array->get_subranges().begin(), in report_size_and_alignment_changes() 788 (i != first_array->get_subranges().end() in report_size_and_alignment_changes() 796 << i - first_array->get_subranges().begin() + 1 in report_size_and_alignment_changes()
|
D | abg-default-reporter.cc | 666 string name = d.first_array()->get_pretty_representation(); in report() 667 RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER3(d.first_array(), in report() 681 report_name_size_and_alignment_changes(d.first_array(), in report()
|
D | abg-leaf-reporter.cc | 446 RETURN_IF_BEING_REPORTED_OR_WAS_REPORTED_EARLIER3(d.first_array(), in report() 450 report_name_size_and_alignment_changes(d.first_array(), in report()
|
D | abg-comp-filter.cc | 1673 array_type_def_sptr f = a->first_array(), s = a->second_array(); in has_benign_infinite_array_change()
|
D | abg-comparison.cc | 3490 array_diff::first_array() const in first_array() function in abigail::comparison::array_diff 3568 if (!equals(*first_array(), *second_array(), &k)) in has_local_changes()
|
/third_party/libabigail/include/ |
D | abg-comparison.h | 1386 first_array() const;
|