Home
last modified time | relevance | path

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

/third_party/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
457 class_or_union_sptr
520 class_or_union_sptr
523 class_or_union_sptr
524 look_through_decl_only_class(class_or_union_sptr);
649 get_next_data_member(const class_or_union_sptr&, const var_decl_sptr&);
652 get_last_data_member(const class_or_union_sptr&);
688 class_or_union_sptr
697 const class_or_union_sptr
700 const class_or_union_sptr
[all …]
Dabg-ir.h3368 class_or_union_sptr class_type,
3381 method_type(class_or_union_sptr class_type,
3390 class_or_union_sptr
3394 set_class_type(const class_or_union_sptr& t);
4040 copy_member_function(class_or_union_sptr& t,
4044 copy_member_function(class_or_union_sptr& t,
4064 copy_member_function(const class_or_union_sptr& clazz,
4068 copy_member_function(const class_or_union_sptr& clazz,
4072 operator==(const class_or_union_sptr& l, const class_or_union_sptr& r);
4075 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
/third_party/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.cc5714 class_or_union_sptr klass = anonymous_data_member_to_class_or_union(anon_dm); in get_first_non_anonymous_data_member()
5733 get_next_data_member(const class_or_union_sptr &klass, in get_next_data_member()
5758 get_last_data_member(const class_or_union_sptr &klass) in get_last_data_member()
5897 const class_or_union_sptr
5901 if (const class_or_union_sptr cou = is_class_or_union_type(d.get_type())) in data_member_has_anonymous_type()
5905 return class_or_union_sptr(); in data_member_has_anonymous_type()
5914 const class_or_union_sptr
5919 return class_or_union_sptr(); in data_member_has_anonymous_type()
5928 const class_or_union_sptr
5938 class_or_union_sptr
[all …]
Dabg-ir-priv.h1216 mark_as_being_compared(const class_or_union_sptr& first, in mark_as_being_compared()
1217 const class_or_union_sptr& second) const in mark_as_being_compared()
Dabg-default-reporter.cc885 class_or_union_sptr first = d.first_class_or_union(), in report()
1580 class_or_union_sptr f = in report()
1582 class_or_union_sptr s = in report()
Dabg-ctf-reader.cc75 class_or_union_sptr sou);
958 class_or_union_sptr sou) in process_ctf_sou_members()
Dabg-reader.cc1322 class_or_union_sptr, bool);
1326 class_or_union_sptr, bool);
3334 class_or_union_sptr as_method_decl, in build_function_decl()
3457 class_or_union_sptr as_method_decl, in build_function_decl_if_not_suppressed()
4032 class_or_union_sptr method_class_type; in build_function_type()
Dabg-dwarf-reader.cc110 typedef unordered_map<Dwarf_Off, class_or_union_sptr> die_class_or_union_map_type;
5831 const class_or_union_sptr klass,
12338 const class_or_union_sptr klass, in finish_member_function_reading()
12605 const class_or_union_sptr& class_type) in is_function_for_die_a_member_of_class()
12621 class_or_union_sptr method_class = method_type->get_class_type(); in is_function_for_die_a_member_of_class()
12658 const class_or_union_sptr& class_type, in add_or_update_member_function()
13743 class_or_union_sptr is_method, in build_function_type()
13826 class_or_union_sptr klass_type = in build_function_type()
14898 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.cc4469 class_or_union_sptr record_type = is_class_or_union_type(d); in ensure_lookup_tables_populated()
4488 class_or_union_sptr record_type = is_class_or_union_type(d); in ensure_lookup_tables_populated()
4838 class_or_union_diff::class_or_union_diff(class_or_union_sptr first_scope, in class_or_union_diff()
4839 class_or_union_sptr second_scope, in class_or_union_diff()
4879 class_or_union_sptr
4884 class_or_union_sptr
Dabg-leaf-reporter.cc481 class_or_union_sptr first = d.first_class_or_union(), in report()
/third_party/libabigail/
DChangeLog10011 class_or_union_sptr as it used to be.
13688 and inequality operators for class_or_union_sptr and
13699 operators for class_or_union_sptr and union_decl_sptr.
21815 class_or_union_sptr.