Searched refs:class_diff (Results 1 – 12 of 12) sorted by relevance
| /third_party/libabigail/src/ |
| D | abg-comp-filter.cc | 131 diff_involves_decl_only_class(const class_diff* diff) in diff_involves_decl_only_class() 583 non_static_data_member_added_or_removed(const class_diff* diff) in non_static_data_member_added_or_removed() 614 (dynamic_cast<const class_diff*>(diff)); in non_static_data_member_added_or_removed() 643 static_data_member_added_or_removed(const class_diff* diff) in static_data_member_added_or_removed() 692 class_diff* d = dynamic_cast<class_diff*>(const_cast<diff*>(dif)); in class_diff_has_harmless_odr_violation_change() 722 (dynamic_cast<const class_diff*>(diff)); in static_data_member_added_or_removed() 736 has_virtual_mem_fn_change(const class_diff* diff) in has_virtual_mem_fn_change() 851 return (has_virtual_mem_fn_change(dynamic_cast<const class_diff*>(diff)) in has_virtual_mem_fn_change() 863 has_non_virtual_mem_fn_change(const class_diff* diff) in has_non_virtual_mem_fn_change() 902 {return has_non_virtual_mem_fn_change(dynamic_cast<const class_diff*>(diff));} in has_non_virtual_mem_fn_change() [all …]
|
| D | abg-comparison.cc | 635 const class_diff* 637 {return dynamic_cast<const class_diff*>(diff);} in is_class_diff() 5131 class_diff::clear_lookup_tables(void) in clear_lookup_tables() 5142 class_diff::lookup_tables_empty(void) const in lookup_tables_empty() 5173 class_diff::ensure_lookup_tables_populated(void) const in ensure_lookup_tables_populated() 5431 class_diff::allocate_priv_data() in allocate_priv_data() 5446 class_diff::priv::base_has_changed(class_decl::base_spec_sptr d) const in base_has_changed() 5463 class_diff::priv::count_filtered_bases() in count_filtered_bases() 5483 class_diff::chain_into_hierarchy() in chain_into_hierarchy() 5503 class_diff::class_diff(class_decl_sptr first_scope, in class_diff() function in abigail::comparison::class_diff [all …]
|
| D | abg-reporter-priv.h | 244 maybe_report_base_class_reordering(const class_diff &d,
|
| D | abg-comparison-priv.h | 607 struct class_diff::priv
|
| D | abg-reporter-priv.cc | 1490 maybe_report_base_class_reordering(const class_diff &d, in maybe_report_base_class_reordering()
|
| D | abg-suppression.cc | 781 const class_diff* klass_diff = dynamic_cast<const class_diff*>(d); in suppresses_diff()
|
| D | abg-leaf-reporter.cc | 670 leaf_reporter::report(const class_diff& d, in report()
|
| D | abg-default-reporter.cc | 1252 default_reporter::report(const class_diff& d, ostream& out, in report()
|
| /third_party/libabigail/include/ |
| D | abg-reporter.h | 38 class class_diff; variable 104 report(const class_diff& d, std::ostream& out, 223 report(const class_diff& d, std::ostream& out, 301 report(const class_diff& d, std::ostream& out,
|
| D | abg-comparison.h | 120 class class_diff; variable 123 typedef shared_ptr<class_diff> class_diff_sptr; 1668 class class_diff : public class_or_union_diff 1689 class_diff(class_decl_sptr first_scope, 1696 virtual ~class_diff(); 2671 visit(class_diff*, bool); 2794 const class_diff*
|
| /third_party/libabigail/ |
| D | ChangeLog | 107 (class_diff::ensure_lookup_tables_populated): If a virtual 1080 (class_diff::ensure_lookup_tables_populated): Refer to the added 2991 * include/abg-comparison.h (class_diff::moved_bases): Declare new 2993 * src/abg-comparison-priv.h (class_diff::priv::moved_bases_): 3000 (class_diff::ensure_lookup_tables_populated): Detect that a base 3002 class_diff::priv::moved_bases_ data member. 5454 (class_diff): Likewise. 5525 (class_diff::get_priv): adjust return type. 9107 (class_diff::ensure_lookup_tables_populated): Lexicographically 10953 (class_diff::ensure_lookup_tables_populated): Ditto. [all …]
|
| D | NEWS | 1308 Plug leak of shared private data of class_diff type
|