Searched refs:first_scope (Results 1 – 6 of 6) sorted by relevance
/third_party/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,
|
/third_party/node/deps/v8/src/heap/ |
D | gc-tracer.h | 469 void FetchBackgroundCounters(int first_scope, int last_scope);
|
D | gc-tracer.cc | 1309 void GCTracer::FetchBackgroundCounters(int first_scope, int last_scope) { in FetchBackgroundCounters() argument 1311 for (int i = first_scope; i <= last_scope; i++) { in FetchBackgroundCounters()
|
/third_party/libabigail/src/ |
D | abg-comparison.cc | 4838 class_or_union_diff::class_or_union_diff(class_or_union_sptr first_scope, in class_or_union_diff() argument 4841 : type_diff_base(first_scope, second_scope, ctxt) in class_or_union_diff() 5503 class_diff::class_diff(class_decl_sptr first_scope, in class_diff() argument 5506 : class_or_union_diff(first_scope, second_scope, ctxt) in class_diff() 6274 scope_diff::scope_diff(scope_decl_sptr first_scope, in scope_diff() argument 6277 : diff(first_scope, second_scope, ctxt), in scope_diff() 6285 scope_diff::first_scope() const in first_scope() function in abigail::comparison::scope_diff 6463 if (!equals(*first_scope(), *second_scope(), &k)) in has_local_changes() 6502 ABG_ASSERT(d->first_scope() == first && d->second_scope() == second); in compute_diff() 6530 compute_diff(const scope_decl_sptr first_scope, in compute_diff() argument [all …]
|
D | abg-ir.cc | 11688 scope_decl* first_scope = 0; in lookup_type_in_scope() local 11691 first_scope = a.back(); in lookup_type_in_scope() 11692 ABG_ASSERT(first_scope->get_name() == scope->get_name()); in lookup_type_in_scope() 11711 first_scope = a.back(); in lookup_type_in_scope() 11712 interned_string scope_name, cur_scope_name = first_scope->get_name(); in lookup_type_in_scope()
|
/third_party/libabigail/ |
D | ChangeLog | 41890 first_scope/second_scope into these; so that this diff class now works on 41929 (scope_diff::first_scope, scope_diff::second_scope) 41932 first_scope -> first_subject change.
|