Searched refs:first_scope (Results 1 - 5 of 5) sorted by relevance
/third_party/libabigail/include/ |
H A 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/ |
H A D | gc-tracer.h | 469 void FetchBackgroundCounters(int first_scope, int last_scope);
|
H A 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/ |
H A D | abg-comparison.cc | 4833 /// @param first_scope the first @ref class_or_union of the diff node. 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() 5498 /// @param first_scope the first class of the 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() 6266 /// @param first_scope the first scope to consider for the 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() cons function in abigail::comparison::scope_diff 6530 compute_diff(const scope_decl_sptr first_scope, const scope_decl_sptr second_scope, diff_context_sptr ctxt) compute_diff() argument [all...] |
H A 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()
|
Completed in 46 milliseconds