Searched refs:scope_diff (Results 1 – 7 of 7) sorted by relevance
/external/libabigail/include/ |
D | abg-reporter.h | 40 class scope_diff; variable 112 report(const scope_diff& d, std::ostream& out, 215 report(const scope_diff& d, std::ostream& out, 293 report(const scope_diff& d, std::ostream& out,
|
D | abg-comparison.h | 1850 class scope_diff; variable 1853 typedef shared_ptr<scope_diff> scope_diff_sptr; 1856 class scope_diff : public diff 1871 scope_diff(scope_decl_sptr first_scope, 2272 class translation_unit_diff : public scope_diff 2703 visit(scope_diff*, bool);
|
/external/libabigail/src/ |
D | abg-comparison.cc | 6119 scope_diff::clear_lookup_tables() in clear_lookup_tables() 6140 scope_diff::lookup_tables_empty() const in lookup_tables_empty() 6157 scope_diff::ensure_lookup_tables_populated() in ensure_lookup_tables_populated() 6297 scope_diff::chain_into_hierarchy() in chain_into_hierarchy() 6322 scope_diff::scope_diff(scope_decl_sptr first_scope, in scope_diff() function in abigail::comparison::scope_diff 6331 scope_diff::finish_diff_type() in finish_diff_type() 6343 scope_diff::first_scope() const in first_scope() 6350 scope_diff::second_scope() const in second_scope() 6372 scope_diff::member_changes() const in member_changes() 6394 scope_diff::member_changes() in member_changes() [all …]
|
D | abg-leaf-reporter.cc | 370 leaf_reporter::report(const scope_diff& d, in report() 1030 static_cast<const scope_diff&>(d).report(out, indent); in report()
|
D | abg-default-reporter.cc | 751 default_reporter::report(const scope_diff& d, ostream& out, in report() 1685 static_cast<const scope_diff&>(d).report(out, indent); in report()
|
D | abg-comparison-priv.h | 767 struct scope_diff::priv
|
/external/libabigail/ |
D | ChangeLog | 7670 base_diff, scope_diff, fn_parm_diff, function_type_diff, 7685 class_or_union_diff, class_diff, base_diff, scope_diff, 9302 (class {scope_diff, function_type_diff, corpus_diff}): Add class 9474 ({decl_diff_base, class_diff, scope_diff, function_type_diff, 9499 base_diff, scope_diff, fn_parm_diff, function_type_diff, 9521 scope_diff, fn_parm_diff, function_type_diff, type_decl_diff, 15248 (base_diff::base_diff, scope_diff::scope_diff) 24072 base_diff, scope_diff, fn_parm_diff, function_decl_diff, 24104 Keep children nodes of class_diff and scope_diff sorted 24163 (scope_diff::priv::{changed_types_, changed_decls_}): Change the [all …]
|