Searched refs:first_scope (Results 1 – 5 of 5) sorted by relevance
/external/libabigail/include/ |
D | abg-comparison.h | 1570 class_or_union_diff(class_or_union_sptr first_scope, 1689 class_diff(class_decl_sptr first_scope, 1871 scope_diff(scope_decl_sptr first_scope, 1884 compute_diff(const scope_decl_sptr first_scope, 1889 first_scope() const; 1956 compute_diff(const scope_decl_sptr first_scope,
|
/external/libabigail/src/ |
D | abg-comparison.cc | 4861 class_or_union_diff::class_or_union_diff(class_or_union_sptr first_scope, in class_or_union_diff() argument 4864 : type_diff_base(first_scope, second_scope, ctxt) in class_or_union_diff() 5436 class_diff::class_diff(class_decl_sptr first_scope, in class_diff() argument 5439 : class_or_union_diff(first_scope, second_scope, ctxt) in class_diff() 6222 scope_diff::scope_diff(scope_decl_sptr first_scope, in scope_diff() argument 6225 : diff(first_scope, second_scope, ctxt), in scope_diff() 6233 scope_diff::first_scope() const in first_scope() function in abigail::comparison::scope_diff 6411 if (!equals(*first_scope(), *second_scope(), &k)) in has_local_changes() 6450 ABG_ASSERT(d->first_scope() == first && d->second_scope() == second); in compute_diff() 6481 compute_diff(const scope_decl_sptr first_scope, in compute_diff() argument [all …]
|
D | abg-ir.cc | 11224 scope_decl* first_scope = 0; in lookup_type_in_scope() local 11227 first_scope = a.back(); in lookup_type_in_scope() 11228 ABG_ASSERT(first_scope->get_name() == scope->get_name()); in lookup_type_in_scope() 11247 first_scope = a.back(); in lookup_type_in_scope() 11248 interned_string scope_name, cur_scope_name = first_scope->get_name(); in lookup_type_in_scope()
|
/external/cronet/base/threading/ |
D | hang_watcher_unittest.cc | 397 WatchHangsInScope first_scope(kFirstTimeout); in TEST_F() local
|
/external/libabigail/ |
D | ChangeLog | 37028 first_scope/second_scope into these; so that this diff class now works on 37067 (scope_diff::first_scope, scope_diff::second_scope) 37070 first_scope -> first_subject change.
|