Home
last modified time | relevance | path

Searched refs:second_scope (Results 1 – 3 of 3) sorted by relevance

/external/libabigail/include/
Dabg-comparison.h1562 class_or_union_sptr second_scope,
1684 class_decl_sptr second_scope,
1872 scope_decl_sptr second_scope,
1888 const scope_decl_sptr second_scope,
1895 second_scope() const;
1960 const scope_decl_sptr second_scope,
/external/libabigail/src/
Dabg-comparison.cc4941 class_or_union_sptr second_scope, in class_or_union_diff() argument
4943 : type_diff_base(first_scope, second_scope, ctxt) in class_or_union_diff()
5521 class_decl_sptr second_scope, in class_diff() argument
5523 : class_or_union_diff(first_scope, second_scope, ctxt) in class_diff()
6323 scope_decl_sptr second_scope, in scope_diff() argument
6325 : diff(first_scope, second_scope, ctxt), in scope_diff()
6350 scope_diff::second_scope() const in second_scope() function in abigail::comparison::scope_diff
6521 if (!equals(*first_scope(), *second_scope(), &k)) in has_local_changes()
6560 ABG_ASSERT(d->first_scope() == first && d->second_scope() == second); in compute_diff()
6592 const scope_decl_sptr second_scope, in compute_diff() argument
[all …]
/external/libabigail/
DChangeLog33476 first_scope/second_scope into these; so that this diff class now works on
33515 (scope_diff::first_scope, scope_diff::second_scope)