Searched refs:class_or_union (Results 1 - 11 of 11) sorted by relevance
/third_party/libabigail/src/ |
H A D | abg-ir-priv.h | 621 class_or_union* c = reinterpret_cast<class_or_union*>(p.first); in dump_classes_being_compared() 1128 // <class_or_union::priv definitions> 1129 struct class_or_union::priv 1146 priv(class_or_union::data_members& data_mbrs, in priv() 1147 class_or_union::member_functions& mbr_fns) in priv() 1159 /// using the class_or_union== operator. 1173 mark_as_being_compared(const class_or_union& first, in mark_as_being_compared() 1174 const class_or_union& second) const in mark_as_being_compared() 1183 /// using the class_or_union [all...] |
H A D | abg-ir.cc | 884 return is_comparison_cycle_detected(static_cast<const class_or_union&>(l), in is_comparison_cycle_detected() 885 static_cast<const class_or_union&>(r)); in is_comparison_cycle_detected() 948 return mark_types_as_being_compared(static_cast<const class_or_union&>(l), in mark_types_as_being_compared() 949 static_cast<const class_or_union&>(r)); in mark_types_as_being_compared() 987 return unmark_types_as_being_compared(static_cast<const class_or_union&>(l), in unmark_types_as_being_compared() 988 static_cast<const class_or_union&>(r)); in unmark_types_as_being_compared() 5739 for (class_or_union::data_members::const_iterator it = in get_next_data_member() 5877 /// Get the @ref class_or_union type of a given anonymous data member. 5881 /// @return the @ref class_or_union type of the anonymous data member 5883 class_or_union* 14146 class_or_union_sptr class_or_union = is_class_or_union_type(t); get_canonical_type_for() local 21092 class_or_union::class_or_union(const environment& env, const string& name, class_or_union() function in abigail::ir::class_or_union 21142 class_or_union::class_or_union(const environment& env, const string& name, class_or_union() function in abigail::ir::class_or_union 21164 class_or_union::class_or_union(const environment& env, const string& name, class_or_union() function in abigail::ir::class_or_union [all...] |
H A D | abg-hash.cc | 601 /// Compute a hash for a @ref class_or_union 603 /// @param t the class_or_union for which to compute the hash value. 607 class_or_union::hash::operator()(const class_or_union& t) const in operator ()() 671 /// Compute a hash for a @ref class_or_union 673 /// @param t the class_or_union for which to compute the hash value. 677 class_or_union::hash::operator()(const class_or_union *t) const in operator ()() 711 class_or_union::hash hash_class_or_union; in operator ()()
|
H A D | abg-comparison-priv.h | 492 class_or_union::member_functions sorted_deleted_member_functions_; 494 class_or_union::member_functions sorted_inserted_member_functions_; 1381 class_or_union::member_functions& sorted);
|
H A D | abg-comp-filter.cc | 941 is_decl_only_class_with_size_change(const class_or_union& first, in is_decl_only_class_with_size_change() 942 const class_or_union& second) in is_decl_only_class_with_size_change()
|
H A D | abg-default-reporter.cc | 919 for (class_or_union::member_functions::const_iterator i = in report() 940 for (class_or_union::member_functions::const_iterator i = in report()
|
H A D | abg-comparison.cc | 198 class_or_union::member_functions& sorted) in sort_string_member_function_sptr_map() 4833 /// @param first_scope the first @ref class_or_union of the diff node. 4835 /// @param second_scope the second @ref class_or_union of the diff node. 4878 /// @return the first @ref class_or_union involved in the diff. 4883 /// @return the second @ref class_or_union involved in the diff. 4889 /// class_or_union. 4895 /// class_or_union. 4901 /// class_or_union. 4907 /// class_or_union. 4927 /// class_or_union [all...] |
H A D | abg-dwarf-reader.cc | 12332 /// @param klass the @ref class_or_union that @p f belongs to. 15036 class_or_union* scope =
|
/third_party/libabigail/include/ |
H A D | abg-fwd.h | 150 class class_or_union; 152 typedef shared_ptr<class_or_union> class_or_union_sptr; 153 typedef weak_ptr<class_or_union> class_or_union_wptr; 355 class_or_union* 358 class_or_union* 361 class_or_union* 454 class_or_union* 521 look_through_decl_only_class(const class_or_union&); 526 class_or_union* 527 look_through_decl_only_class(class_or_union*); [all...] |
H A D | abg-comp-filter.h | 42 is_decl_only_class_with_size_change(const class_or_union& first, 43 const class_or_union& second);
|
H A D | abg-ir.h | 260 friend class class_or_union; 1740 friend class class_or_union; 3886 class class_or_union : public scope_type_decl class 3894 class_or_union(); 3924 class_or_union(const environment& env, const string& name, 3930 class_or_union(const environment& env, const string& name, 3934 class_or_union(const environment& env, const string& name, 4032 operator==(const class_or_union&) const; 4037 virtual ~class_or_union(); 4054 equals(const class_or_union [all...] |
Completed in 56 milliseconds