Home
last modified time | relevance | path

Searched refs:class_or_union_sptr (Results 1 – 15 of 15) sorted by relevance

/external/libabigail/include/
Dabg-comp-filter.h46 is_decl_only_class_with_size_change(const class_or_union_sptr& first,
47 const class_or_union_sptr& second);
60 has_class_decl_only_def_change(const class_or_union_sptr& first,
61 const class_or_union_sptr& second);
Dabg-fwd.h152 typedef shared_ptr<class_or_union> class_or_union_sptr; typedef
451 class_or_union_sptr
514 class_or_union_sptr
515 look_through_decl_only_class(class_or_union_sptr);
634 get_next_data_member(const class_or_union_sptr&, const var_decl_sptr&);
637 get_last_data_member(const class_or_union_sptr&);
673 class_or_union_sptr
682 const class_or_union_sptr
685 const class_or_union_sptr
688 const class_or_union_sptr
[all …]
Dabg-ir.h3342 class_or_union_sptr class_type,
3355 method_type(class_or_union_sptr class_type,
3364 class_or_union_sptr
3368 set_class_type(const class_or_union_sptr& t);
4033 copy_member_function(class_or_union_sptr& t,
4037 copy_member_function(class_or_union_sptr& t,
4057 copy_member_function(const class_or_union_sptr& clazz,
4061 copy_member_function(const class_or_union_sptr& clazz,
4065 operator==(const class_or_union_sptr& l, const class_or_union_sptr& r);
4068 operator!=(const class_or_union_sptr& l, const class_or_union_sptr& r);
Dabg-comparison.h1570 class_or_union_diff(class_or_union_sptr first_scope,
1571 class_or_union_sptr second_scope,
1583 class_or_union_sptr
1586 class_or_union_sptr
/external/libabigail/src/
Dabg-comp-filter.cc971 is_decl_only_class_with_size_change(const class_or_union_sptr& first, in is_decl_only_class_with_size_change()
972 const class_or_union_sptr& second) in is_decl_only_class_with_size_change()
977 class_or_union_sptr f = look_through_decl_only_class(first); in is_decl_only_class_with_size_change()
978 class_or_union_sptr s = look_through_decl_only_class(second); in is_decl_only_class_with_size_change()
1003 class_or_union_sptr f = in is_decl_only_class_with_size_change()
1005 class_or_union_sptr s = in is_decl_only_class_with_size_change()
1072 has_class_decl_only_def_change(const class_or_union_sptr& first, in has_class_decl_only_def_change()
1073 const class_or_union_sptr& second) in has_class_decl_only_def_change()
1078 class_or_union_sptr f = in has_class_decl_only_def_change()
1080 class_or_union_sptr s = in has_class_decl_only_def_change()
[all …]
Dabg-ir.cc5665 class_or_union_sptr klass = anonymous_data_member_to_class_or_union(anon_dm); in get_first_non_anonymous_data_member()
5684 get_next_data_member(const class_or_union_sptr &klass, in get_next_data_member()
5709 get_last_data_member(const class_or_union_sptr &klass) in get_last_data_member()
5848 const class_or_union_sptr
5852 if (const class_or_union_sptr cou = is_class_or_union_type(d.get_type())) in data_member_has_anonymous_type()
5856 return class_or_union_sptr(); in data_member_has_anonymous_type()
5865 const class_or_union_sptr
5870 return class_or_union_sptr(); in data_member_has_anonymous_type()
5879 const class_or_union_sptr
5889 class_or_union_sptr
[all …]
Dabg-ir-priv.h853 mark_as_being_compared(const class_or_union_sptr& klass) const in mark_as_being_compared()
Dabg-default-reporter.cc888 class_or_union_sptr first = d.first_class_or_union(), in report()
1583 class_or_union_sptr f = in report()
1585 class_or_union_sptr s = in report()
Dabg-reader.cc1290 class_or_union_sptr, bool);
1294 class_or_union_sptr, bool);
3461 class_or_union_sptr as_method_decl, in build_function_decl()
3584 class_or_union_sptr as_method_decl, in build_function_decl_if_not_suppressed()
4159 class_or_union_sptr method_class_type; in build_function_type()
Dabg-dwarf-reader.cc131 typedef unordered_map<Dwarf_Off, class_or_union_sptr> die_class_or_union_map_type;
6180 const class_or_union_sptr klass,
11835 const class_or_union_sptr klass, in finish_member_function_reading()
12101 const class_or_union_sptr& class_type) in is_function_for_die_a_member_of_class()
12117 class_or_union_sptr method_class = method_type->get_class_type(); in is_function_for_die_a_member_of_class()
12154 const class_or_union_sptr& class_type, in add_or_update_member_function()
13212 class_or_union_sptr is_method, in build_function_type()
13284 class_or_union_sptr klass_type = in build_function_type()
14362 class_or_union_sptr is_method = in build_function_decl()
Dabg-reporter-priv.cc739 class_or_union_sptr first_class = is_class_or_union_type(first), in report_size_and_alignment_changes()
Dabg-comparison.cc4492 class_or_union_sptr record_type = is_class_or_union_type(d); in ensure_lookup_tables_populated()
4511 class_or_union_sptr record_type = is_class_or_union_type(d); in ensure_lookup_tables_populated()
4861 class_or_union_diff::class_or_union_diff(class_or_union_sptr first_scope, in class_or_union_diff()
4862 class_or_union_sptr second_scope, in class_or_union_diff()
4902 class_or_union_sptr
4907 class_or_union_sptr
Dabg-leaf-reporter.cc481 class_or_union_sptr first = d.first_class_or_union(), in report()
Dabg-ctf-reader.cc589 class_or_union_sptr sou) in process_ctf_sou_members()
/external/libabigail/
DChangeLog5149 class_or_union_sptr as it used to be.
8826 and inequality operators for class_or_union_sptr and
8837 operators for class_or_union_sptr and union_decl_sptr.
16953 class_or_union_sptr.