Home
last modified time | relevance | path

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

/third_party/libabigail/include/
Dabg-comparison.h1571 class_or_union_sptr second_scope,
1690 class_decl_sptr second_scope,
1872 scope_decl_sptr second_scope,
1885 const scope_decl_sptr second_scope,
1892 second_scope() const;
1957 const scope_decl_sptr second_scope,
/third_party/libabigail/src/
Dabg-comparison.cc4839 class_or_union_sptr second_scope, in class_or_union_diff() argument
4841 : type_diff_base(first_scope, second_scope, ctxt) in class_or_union_diff()
5504 class_decl_sptr second_scope, in class_diff() argument
5506 : class_or_union_diff(first_scope, second_scope, ctxt) in class_diff()
6275 scope_decl_sptr second_scope, in scope_diff() argument
6277 : diff(first_scope, second_scope, ctxt), in scope_diff()
6292 scope_diff::second_scope() const in second_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()
6531 const scope_decl_sptr second_scope, in compute_diff() argument
[all …]
/third_party/node/deps/v8/src/compiler/
Dpipeline.cc2977 PipelineJobScope second_scope(&second_data, in GenerateCodeForCodeStub() local
/third_party/libabigail/
DChangeLog41890 first_scope/second_scope into these; so that this diff class now works on
41929 (scope_diff::first_scope, scope_diff::second_scope)