Home
last modified time | relevance | path

Searched refs:type_diff (Results 1 – 11 of 11) sorted by relevance

/external/libabigail/
DABIXML-FORMAT-VERSIONS15 its diff->type_diff() be different from what we could see from the
17 diff->second_subject()->get_type(). This is because diff->type_diff()
26 qualified types -- whereas actually looking at diff->type_diff() (that
DNEWS807 Rename fn_parm_diff::get_type_diff into fn_parm_diff::type_diff
DChangeLog5378 (var_diff::type_diff): Likewise.
14724 Rename fn_parm_diff::get_type_diff into fn_parm_diff::type_diff
14725 * include/abg-comparison.h (fn_parm_diff::type_diff): Renamed
14727 * src/abg-comparison.cc (fn_parm_diff::type_diff): Likewise.
18871 (var_diff::type_diff): The var_diff::priv::type_diff_ data member
26456 removed_parms, added_parms, type_diff}): Remove these member
26458 (function_decl_diff::type_diff): Define new member function.
28403 (var_diff::type_diff): Make the computation of the type_diff of
36378 (var_diff::{var_diff, first_var, second_var, type_diff, length,
/external/libabigail/src/
Dabg-default-reporter.cc519 diff_sptr type_diff = d.type_diff(); in report() local
520 ABG_ASSERT(type_diff->has_changes()); in report()
521 diff_category saved_category = type_diff->get_category(); in report()
523 type_diff->set_category(saved_category & ~REDUNDANT_CATEGORY); in report()
537 type_diff->report(out, indent + " "); in report()
538 type_diff->set_category(saved_category); in report()
1524 && d.type_diff() in report()
1525 && d.type_diff()->to_be_reported()) in report()
1631 if (d.type_diff() && d.type_diff()->to_be_reported()) in report()
1632 d.type_diff()->report(out, indent); in report()
[all …]
Dabg-comp-filter.cc186 diff = fn_parm_d->type_diff().get(); in has_type_size_change()
1229 td = const_cast<type_diff_base*>(is_type_diff(pd->type_diff().get())); in is_mostly_distinct_diff()
1234 (is_distinct_diff(pd->type_diff().get())); in is_mostly_distinct_diff()
1498 const diff *type_dif = parm_diff->type_diff().get(); in has_fn_parm_type_cv_qual_change()
1517 fn_type_diff = fn_decl_diff->type_diff().get(); in has_fn_return_type_cv_qual_change()
1541 fn_type_diff = fn_decl_diff->type_diff().get(); in has_added_or_removed_function_parameters()
1577 diff *type_dif = var_dif->type_diff().get(); in has_var_type_cv_qual_change()
1667 const diff *d = var_dif->type_diff().get(); in has_benign_infinite_array_change()
Dabg-leaf-reporter.cc263 ABG_ASSERT(diff_to_be_reported(d.type_diff().get())); in report()
275 d.type_diff()->report(out, indent + " "); in report()
828 && diff_to_be_reported(d.type_diff().get())) in report()
927 if (diff_to_be_reported(d.type_diff().get())) in report()
928 d.type_diff()->report(out, indent); in report()
957 if (diff_sptr dif = d.type_diff()) in report()
Dabg-comparison.cc3199 {append_child_node(type_diff());} in chain_into_hierarchy()
3232 diff_sptr type_diff, in var_diff() argument
3236 {priv_->type_diff_ = type_diff;} in var_diff()
3257 var_diff::type_diff() const in type_diff() function in abigail::comparison::var_diff
6516 priv_->type_diff = compute_diff(first->get_type(), in fn_parm_diff()
6519 ABG_ASSERT(priv_->type_diff); in fn_parm_diff()
6545 fn_parm_diff::type_diff() const in type_diff() function in abigail::comparison::fn_parm_diff
6546 {return priv_->type_diff;} in type_diff()
6609 if (type_diff()) in chain_into_hierarchy()
6610 append_child_node(type_diff()); in chain_into_hierarchy()
[all …]
Dabg-comparison-priv.h857 mutable diff_sptr type_diff; member
Dabg-reporter-priv.cc503 if (const diff_sptr d = diff->type_diff()) in represent()
/external/libabigail/tools/
Dabicompat.cc617 diff_sptr type_diff; in perform_compat_check_in_weak_mode() local
619 type_diff = compute_diff(app_var_type, lib_var_type, ctxt); in perform_compat_check_in_weak_mode()
620 if (type_diff && type_diff->to_be_reported()) in perform_compat_check_in_weak_mode()
621 var_changes.push_back(var_change(*i, type_diff)); in perform_compat_check_in_weak_mode()
/external/libabigail/include/
Dabg-comparison.h1216 diff_sptr type_diff,
1227 type_diff() const;
1983 type_diff() const;
2115 type_diff() const;