Home
last modified time | relevance | path

Searched refs:first_class_or_union (Results 1 – 6 of 6) sorted by relevance

/third_party/libabigail/src/
Dabg-comp-filter.cc1004 look_through_decl_only_class(d->first_class_or_union()); in is_decl_only_class_with_size_change()
1131 look_through_decl_only_class(d->first_class_or_union()); in has_class_decl_only_def_change()
Dabg-comparison.cc681 if (dif->first_class_or_union()->get_is_anonymous()) in is_anonymous_class_or_union_diff()
4468 get_type_declaration(first_class_or_union()->get_member_types()[i]); in ensure_lookup_tables_populated()
4517 is_var_decl(first_class_or_union()->get_non_static_data_members()[i]); in ensure_lookup_tables_populated()
4660 first_class_or_union()->find_data_member(new_next_dm); in ensure_lookup_tables_populated()
4780 first_class_or_union()->get_member_class_templates()[i]-> in ensure_lookup_tables_populated()
4880 class_or_union_diff::first_class_or_union() const in first_class_or_union() function in abigail::comparison::class_or_union_diff
5017 first_class_or_union()->find_data_member(it->first); in ordered_data_members_replaced_by_adms()
5055 {return first_class_or_union() != second_class_or_union();} in has_changes()
5064 if (!equals(*first_class_or_union(), *second_class_or_union(), &k)) in has_local_changes()
Dabg-leaf-reporter.cc481 class_or_union_sptr first = d.first_class_or_union(), in report()
Dabg-default-reporter.cc885 class_or_union_sptr first = d.first_class_or_union(), in report()
/third_party/libabigail/include/
Dabg-comparison.h1584 first_class_or_union() const;
/third_party/libabigail/
DChangeLog21952 ~class_or_union_diff, first_class_or_union, second_class_or_union,