Searched refs:first_scope (Results 1 – 4 of 4) sorted by relevance
/external/libabigail/include/ |
D | abg-comparison.h | 1561 class_or_union_diff(class_or_union_sptr first_scope, 1683 class_diff(class_decl_sptr first_scope, 1871 scope_diff(scope_decl_sptr first_scope, 1887 compute_diff(const scope_decl_sptr first_scope, 1892 first_scope() const; 1959 compute_diff(const scope_decl_sptr first_scope,
|
/external/libabigail/src/ |
D | abg-comparison.cc | 4940 class_or_union_diff::class_or_union_diff(class_or_union_sptr first_scope, in class_or_union_diff() argument 4943 : type_diff_base(first_scope, second_scope, ctxt) in class_or_union_diff() 5520 class_diff::class_diff(class_decl_sptr first_scope, in class_diff() argument 5523 : class_or_union_diff(first_scope, second_scope, ctxt) in class_diff() 6322 scope_diff::scope_diff(scope_decl_sptr first_scope, in scope_diff() argument 6325 : diff(first_scope, second_scope, ctxt), in scope_diff() 6343 scope_diff::first_scope() const in first_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() 6591 compute_diff(const scope_decl_sptr first_scope, in compute_diff() argument [all …]
|
D | abg-ir.cc | 10165 scope_decl* first_scope = 0; in lookup_type_in_scope() local 10168 first_scope = a.back(); in lookup_type_in_scope() 10169 ABG_ASSERT(first_scope->get_name() == scope->get_name()); in lookup_type_in_scope() 10188 first_scope = a.back(); in lookup_type_in_scope() 10189 interned_string scope_name, cur_scope_name = first_scope->get_name(); in lookup_type_in_scope()
|
/external/libabigail/ |
D | ChangeLog | 33476 first_scope/second_scope into these; so that this diff class now works on 33515 (scope_diff::first_scope, scope_diff::second_scope) 33518 first_scope -> first_subject change.
|