Home
last modified time | relevance | path

Searched refs:scope_diff (Results 1 – 7 of 7) sorted by relevance

/external/libabigail/include/
Dabg-reporter.h40 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,
Dabg-comparison.h1850 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,
2251 class translation_unit_diff : public scope_diff
2677 visit(scope_diff*, bool);
/external/libabigail/src/
Dabg-comparison.cc6019 scope_diff::clear_lookup_tables() in clear_lookup_tables()
6040 scope_diff::lookup_tables_empty() const in lookup_tables_empty()
6057 scope_diff::ensure_lookup_tables_populated() in ensure_lookup_tables_populated()
6197 scope_diff::chain_into_hierarchy() in chain_into_hierarchy()
6222 scope_diff::scope_diff(scope_decl_sptr first_scope, in scope_diff() function in abigail::comparison::scope_diff
6233 scope_diff::first_scope() const in first_scope()
6240 scope_diff::second_scope() const in second_scope()
6262 scope_diff::member_changes() const in member_changes()
6284 scope_diff::member_changes() in member_changes()
6297 scope_diff::deleted_member_at(unsigned i) const in deleted_member_at()
[all …]
Dabg-leaf-reporter.cc319 leaf_reporter::report(const scope_diff& d, in report()
981 static_cast<const scope_diff&>(d).report(out, indent); in report()
Dabg-default-reporter.cc751 default_reporter::report(const scope_diff& d, ostream& out, in report()
1688 static_cast<const scope_diff&>(d).report(out, indent); in report()
Dabg-comparison-priv.h767 struct scope_diff::priv
/external/libabigail/
DChangeLog594 (scope_diff): Likewise.
11222 base_diff, scope_diff, fn_parm_diff, function_type_diff,
11237 class_or_union_diff, class_diff, base_diff, scope_diff,
12854 (class {scope_diff, function_type_diff, corpus_diff}): Add class
13026 ({decl_diff_base, class_diff, scope_diff, function_type_diff,
13051 base_diff, scope_diff, fn_parm_diff, function_type_diff,
13073 scope_diff, fn_parm_diff, function_type_diff, type_decl_diff,
18800 (base_diff::base_diff, scope_diff::scope_diff)
27624 base_diff, scope_diff, fn_parm_diff, function_decl_diff,
27656 Keep children nodes of class_diff and scope_diff sorted
[all …]