Home
last modified time | relevance | path

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

/third_party/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
DNEWS1078 Rename fn_parm_diff::get_type_diff into fn_parm_diff::type_diff
DChangeLog10240 (var_diff::type_diff): Likewise.
19586 Rename fn_parm_diff::get_type_diff into fn_parm_diff::type_diff
19587 * include/abg-comparison.h (fn_parm_diff::type_diff): Renamed
19589 * src/abg-comparison.cc (fn_parm_diff::type_diff): Likewise.
23733 (var_diff::type_diff): The var_diff::priv::type_diff_ data member
31318 removed_parms, added_parms, type_diff}): Remove these member
31320 (function_decl_diff::type_diff): Define new member function.
33265 (var_diff::type_diff): Make the computation of the type_diff of
41240 (var_diff::{var_diff, first_var, second_var, type_diff, length,
/third_party/libabigail/src/
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-default-reporter.cc519 diff_sptr type_diff = d.type_diff(); in report() local
520 ABG_ASSERT(type_diff->has_changes()); in report()
535 type_diff->report(out, indent + " "); in report()
1521 && d.type_diff() in report()
1522 && d.type_diff()->to_be_reported()) in report()
1628 if (d.type_diff() && d.type_diff()->to_be_reported()) in report()
1629 d.type_diff()->report(out, indent); in report()
1661 if (diff_sptr dif = d.type_diff()) in report()
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.cc3194 {append_child_node(type_diff());} in chain_into_hierarchy()
3227 diff_sptr type_diff, in var_diff() argument
3231 {priv_->type_diff_ = type_diff;} in var_diff()
3252 var_diff::type_diff() const in type_diff() function in abigail::comparison::var_diff
6561 priv_->type_diff = compute_diff(first->get_type(), in fn_parm_diff()
6564 ABG_ASSERT(priv_->type_diff); in fn_parm_diff()
6590 fn_parm_diff::type_diff() const in type_diff() function in abigail::comparison::fn_parm_diff
6591 {return priv_->type_diff;} in type_diff()
6654 if (type_diff()) in chain_into_hierarchy()
6655 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()
/third_party/libabigail/tools/
Dabicompat.cc615 diff_sptr type_diff; in perform_compat_check_in_weak_mode() local
617 type_diff = compute_diff(app_var_type, lib_var_type, ctxt); in perform_compat_check_in_weak_mode()
618 if (type_diff && type_diff->to_be_reported()) in perform_compat_check_in_weak_mode()
619 var_changes.push_back(var_change(*i, type_diff)); in perform_compat_check_in_weak_mode()
/third_party/libabigail/include/
Dabg-comparison.h1216 diff_sptr type_diff,
1227 type_diff() const;
1983 type_diff() const;
2115 type_diff() const;