Searched refs:union_diff (Results 1 – 6 of 6) sorted by relevance
/third_party/libabigail/include/ |
D | abg-reporter.h | 39 class union_diff; variable 108 report(const union_diff& d, std::ostream& out, 227 report(const union_diff& d, std::ostream& out, 305 report(const union_diff& d, std::ostream& out,
|
D | abg-comparison.h | 1750 class union_diff; variable 1751 typedef shared_ptr<union_diff> union_diff_sptr; 1753 class union_diff : public class_or_union_diff 1768 union_diff(union_decl_sptr first_union, 1774 virtual ~union_diff(); 2797 const union_diff*
|
/third_party/libabigail/src/ |
D | abg-comparison.cc | 655 const union_diff* 657 {return dynamic_cast<const union_diff*>(diff);} in is_union_diff() 5908 union_diff::clear_lookup_tables(void) in clear_lookup_tables() 5915 union_diff::lookup_tables_empty(void) const in lookup_tables_empty() 5921 union_diff::ensure_lookup_tables_populated(void) const in ensure_lookup_tables_populated() 5927 union_diff::allocate_priv_data() in allocate_priv_data() 5939 union_diff::union_diff(union_decl_sptr first_union, in union_diff() function in abigail::comparison::union_diff 5946 union_diff::~union_diff() in ~union_diff() 5951 union_diff::first_union_decl() const in first_union_decl() 5956 union_diff::second_union_decl() const in second_union_decl() [all …]
|
D | abg-leaf-reporter.cc | 707 leaf_reporter::report(const union_diff& d, in report()
|
D | abg-default-reporter.cc | 1370 default_reporter::report(const union_diff& d, ostream& out, in report()
|
/third_party/libabigail/ |
D | ChangeLog | 11872 calls to represent. In the union_diff overload, emit a new 12095 enum_diff, array_diff, class_diff, union_diff and var_diff 12107 class_diff, union_diff and var_diff overrides, simplify new 17934 class_or_union_diff, class_diff, base_diff, union_diff, 21931 (class union_diff): Declare new type. 21933 (compute_diff): New overload for union_diff 21985 (union_diff::{clear_lookup_tables, lookup_tables_empty, 21986 ensure_lookup_tables_populated, allocate_priv_data, union_diff,
|