libabigail
|
This is a document class that aims to capture statistics about the changes carried by a corpus_diff type. More...
#include <abg-comparison.h>
Classes | |
struct | priv |
The type of the private data of corpus_diff::diff_stats. More... | |
Public Member Functions | |
diff_stats (diff_context_sptr) | |
Constructor for the diff_stat type. More... | |
size_t | net_num_added_func_syms () const |
Getter of the net number of added function symbols that are not referenced by any debug info. More... | |
size_t | net_num_added_unreachable_types () const |
Getter of the number of added types that are unreachable from public interfaces and that are *NOT* filtered out by suppression specifications. More... | |
size_t | net_num_added_var_syms () const |
Getter of the net number of added variable symbols that are not referenced by any debug info. More... | |
size_t | net_num_changed_unreachable_types () const |
Getter of the number of changed types that are unreachable from public interfaces and that have *NOT* been filtered out by suppression specifications. More... | |
size_t | net_num_func_added () const |
Getter for the net number of added functions. More... | |
size_t | net_num_func_changed () const |
Getter for the number of functions that have a change in their sub-types, minus the number of these functions that got filtered out from the diff. More... | |
size_t | net_num_func_removed () const |
Getter for the net number of function removed. More... | |
size_t | net_num_leaf_changes () const |
Getter of the net number of leaf change diff nodes. More... | |
size_t | net_num_leaf_func_changes () const |
Getter for the net number of leaf function change diff nodes. More... | |
size_t | net_num_leaf_type_changes () const |
Getter for the net number of leaf type change diff nodes. More... | |
size_t | net_num_leaf_var_changes () const |
Getter for the net number of leaf variable change diff nodes. More... | |
size_t | net_num_removed_func_syms () const |
Getter of the net number of removed function symbols that are not referenced by any debug info. More... | |
size_t | net_num_removed_unreachable_types () const |
Getter of the number of removed types that are not reachable from public interfaces and that have *NOT* been filtered out by suppression specifications. More... | |
size_t | net_num_removed_var_syms () const |
Getter of the net number of removed variable symbols that are not referenced by any debug info. More... | |
size_t | net_num_vars_added () const |
Getter for the net number of added variables. More... | |
size_t | net_num_vars_changed () const |
Getter for the number of variables that have a change in their sub-types, minus the number of these variables that got filtered out from the diff. More... | |
size_t | net_num_vars_removed () const |
Getter for the net number of removed variables. More... | |
size_t | num_added_func_filtered_out () const |
Getter for the number of added function that have been filtered out. More... | |
void | num_added_func_filtered_out (size_t) |
Setter for the number of added function that have been filtered out. More... | |
size_t | num_added_func_syms_filtered_out () const |
Getter for the number of added function symbols, not referenced by any debug info, that have been filtered out. More... | |
void | num_added_func_syms_filtered_out (size_t) |
Setter for the number of added function symbols, not referenced by any debug info, that have been filtered out. More... | |
size_t | num_added_unreachable_types () const |
Getter of the number of added types that are unreachable from the public interface of the ABI corpus. More... | |
void | num_added_unreachable_types (size_t) |
Setter of the number of added types that are unreachable from the public interface (global functions or variables) of the ABI corpus. More... | |
size_t | num_added_unreachable_types_filtered_out () const |
Getter of the number of added types that are unreachable from public interfaces and that are filtered out by suppression specifications. More... | |
void | num_added_unreachable_types_filtered_out (size_t) |
Setter of the number of added types that are unreachable from public interfaces and that are filtered out by suppression specifications. More... | |
size_t | num_added_var_syms_filtered_out () const |
Getter for the number of added variable symbols, not referenced by any debug info, that have been filtered out. More... | |
void | num_added_var_syms_filtered_out (size_t) |
Setter for the number of added variable symbols, not referenced by any debug info, that have been filtered out. More... | |
size_t | num_added_vars_filtered_out () const |
Getter for the number of added variables that have been filtered out. More... | |
void | num_added_vars_filtered_out (size_t) |
Setter for the number of added variables that have been filtered out. More... | |
size_t | num_changed_func_filtered_out () const |
Getter for the number of functions that have a change in one of their sub-types, and that have been filtered out. More... | |
void | num_changed_func_filtered_out (size_t) |
Setter for the number of functions that have a change in one of their sub-types, and that have been filtered out. More... | |
size_t | num_changed_unreachable_types () const |
Getter of the number of changed types that are unreachable from the public interface of the ABI corpus. More... | |
void | num_changed_unreachable_types (size_t) |
Setter of the number of changed types that are unreachable from the public interface of the ABI corpus. More... | |
size_t | num_changed_unreachable_types_filtered_out () const |
Getter of the number of changed types that are unreachable from public interfaces and that have been filtered out by suppression specifications. More... | |
void | num_changed_unreachable_types_filtered_out (size_t) |
Setter of the number of changed types that are unreachable from public interfaces and that have been filtered out by suppression specifications. More... | |
size_t | num_changed_vars_filtered_out () const |
Getter for the number of variables that have a change in one of their sub-types, and that have been filtered out. More... | |
void | num_changed_vars_filtered_out (size_t) |
Setter for the number of variables that have a change in one of their sub-types, and that have been filtered out. More... | |
size_t | num_func_added () const |
Getter for the number of functions added. More... | |
void | num_func_added (size_t) |
Setter for the number of functions added. More... | |
size_t | num_func_changed () const |
Getter for the number of functions that have a change in one of their sub-types. More... | |
void | num_func_changed (size_t) |
Setter for the number of functions that have a change in one of their sub-types. More... | |
size_t | num_func_removed () const |
Getter for the number of functions removed. More... | |
void | num_func_removed (size_t) |
Setter for the number of functions removed. More... | |
size_t | num_func_syms_added () const |
Getter for the number of function symbols (not referenced by any debug info) that got added. More... | |
void | num_func_syms_added (size_t) |
Setter for the number of function symbols (not referenced by any debug info) that got added. More... | |
size_t | num_func_syms_removed () const |
Getter for the number of function symbols (not referenced by any debug info) that got removed. More... | |
void | num_func_syms_removed (size_t) |
Setter for the number of function symbols (not referenced by any debug info) that got removed. More... | |
size_t | num_func_with_virtual_offset_changes () const |
Getter for the number of functions that carry virtual member offset changes. More... | |
void | num_func_with_virtual_offset_changes (size_t) |
Setter for the number of functions that carry virtual member offset changes. More... | |
size_t | num_leaf_changes () const |
Getter of the number of leaf type change diff nodes. More... | |
void | num_leaf_changes (size_t) |
Setter of the number of leaf type change diff nodes. More... | |
size_t | num_leaf_changes_filtered_out () const |
Getter of the number of leaf type change diff nodes that have been filtered out. More... | |
void | num_leaf_changes_filtered_out (size_t) |
Setter of the number of leaf type change diff nodes that have been filtered out. More... | |
size_t | num_leaf_func_changes () const |
Getter for the number of leaf function change diff nodes. More... | |
void | num_leaf_func_changes (size_t) |
Setter for the number of leaf function change diff nodes. More... | |
size_t | num_leaf_func_changes_filtered_out () const |
Getter for the number of leaf function change diff nodes that were filtered out. More... | |
void | num_leaf_func_changes_filtered_out (size_t) |
Setter for the number of leaf function change diff nodes that were filtered out. More... | |
size_t | num_leaf_type_changes () const |
Getter for the number of leaf type change diff nodes. More... | |
void | num_leaf_type_changes (size_t) |
Setter for the number of leaf type change diff nodes. More... | |
size_t | num_leaf_type_changes_filtered_out () const |
Getter for the number of filtered out leaf type change diff nodes. More... | |
void | num_leaf_type_changes_filtered_out (size_t) |
Setter for the number of filtered out leaf type change diff nodes. More... | |
size_t | num_leaf_var_changes () const |
Getter for the number of leaf variable change diff nodes. More... | |
void | num_leaf_var_changes (size_t) |
Setter for the number of leaf variable change diff nodes. More... | |
size_t | num_leaf_var_changes_filtered_out () const |
Getter for the number of leaf variable changes diff nodes that have been filtered out. More... | |
void | num_leaf_var_changes_filtered_out (size_t) |
Setter for the number of leaf variable changes diff nodes that have been filtered out. More... | |
size_t | num_removed_func_filtered_out () const |
Getter for the number of removed functions that have been filtered out. More... | |
void | num_removed_func_filtered_out (size_t) |
Setter for the number of removed functions that have been filtered out. More... | |
size_t | num_removed_func_syms_filtered_out () const |
Getter for the number of removed function symbols, not referenced by debug info, that have been filtered out. More... | |
void | num_removed_func_syms_filtered_out (size_t) |
Setter for the number of removed function symbols, not referenced by debug info, that have been filtered out. More... | |
size_t | num_removed_unreachable_types () const |
Getter of the number of removed types that are unreachable from the public interface of the ABI corpus. More... | |
void | num_removed_unreachable_types (size_t) |
Setter of the number of removed types that are unreachable from the public interface of the ABI corpus. More... | |
size_t | num_removed_unreachable_types_filtered_out () const |
Getter of the number of removed types that are not reachable from public interfaces and that have been filtered out by suppression specifications. More... | |
void | num_removed_unreachable_types_filtered_out (size_t) |
Setter of the number of removed types that are not reachable from public interfaces and that have been filtered out by suppression specifications. More... | |
size_t | num_removed_var_syms_filtered_out () const |
Getter for the number of removed variable symbols, not referenced by any debug info, that have been filtered out. More... | |
void | num_removed_var_syms_filtered_out (size_t) |
Setter for the number of removed variable symbols, not referenced by any debug info, that have been filtered out. More... | |
size_t | num_removed_vars_filtered_out () const |
Getter for the number removed variables that have been filtered out. More... | |
void | num_removed_vars_filtered_out (size_t) const |
Setter for the number of removed variables that have been filtered out. More... | |
size_t | num_var_syms_added () const |
Getter for the number of variable symbols (not referenced by any debug info) that got added. More... | |
void | num_var_syms_added (size_t) |
Setter for the number of variable symbols (not referenced by any debug info) that got added. More... | |
size_t | num_var_syms_removed () const |
Getter for the number of variable symbols (not referenced by any debug info) that got removed. More... | |
void | num_var_syms_removed (size_t) |
Setter for the number of variable symbols (not referenced by any debug info) that got removed. More... | |
size_t | num_vars_added () const |
Getter for the number of variables added. More... | |
void | num_vars_added (size_t) |
Setter for the number of variables added. More... | |
size_t | num_vars_changed () const |
Getter for the number of variables that have a change in one of their sub-types. More... | |
void | num_vars_changed (size_t) |
Setter for the number of variables that have a change in one of their sub-types. More... | |
size_t | num_vars_removed () const |
Getter for the number of variables removed. More... | |
void | num_vars_removed (size_t) |
Setter for the number of variables removed. More... | |
This is a document class that aims to capture statistics about the changes carried by a corpus_diff type.
Its values are populated by the member function corpus_diff::apply_filters_and_suppressions_before_reporting()
Definition at line 2575 of file abg-comparison.h.
diff_stats | ( | diff_context_sptr | ctxt | ) |
Constructor for the diff_stat type.
ctxt | the context of the corpus diff. Note that this context object must stay alive at least during the life time of the current instance of corpus_diff::diff_stats. Otherwise memory corruption issues occur. |
Definition at line 8241 of file abg-comparison.cc.
size_t net_num_added_func_syms | ( | ) | const |
Getter of the net number of added function symbols that are not referenced by any debug info.
This is the difference between the total number of added function symbols and the number of added function symbols that have been filteted out. Both numbers are for symbols not referenced by debug info.
return the net number of added function symbols that are not referenced by any debug info.
Definition at line 8658 of file abg-comparison.cc.
size_t net_num_added_unreachable_types | ( | ) | const |
Getter of the number of added types that are unreachable from public interfaces and that are *NOT* filtered out by suppression specifications.
Definition at line 8976 of file abg-comparison.cc.
size_t net_num_added_var_syms | ( | ) | const |
Getter of the net number of added variable symbols that are not referenced by any debug info.
This is the difference between the total number of added variable symbols and the number of added variable symbols that have been filteted out. Both numbers are for symbols not referenced by debug info.
return the net number of added variable symbols that are not referenced by any debug info.
Definition at line 8775 of file abg-comparison.cc.
size_t net_num_changed_unreachable_types | ( | ) | const |
Getter of the number of changed types that are unreachable from public interfaces and that have *NOT* been filtered out by suppression specifications.
Definition at line 9106 of file abg-comparison.cc.
size_t net_num_func_added | ( | ) | const |
Getter for the net number of added functions.
The net number of added functions is the difference between the number of added functions and the number of added functions that have been filtered out.
Definition at line 8334 of file abg-comparison.cc.
size_t net_num_func_changed | ( | ) | const |
Getter for the number of functions that have a change in their sub-types, minus the number of these functions that got filtered out from the diff.
Definition at line 8401 of file abg-comparison.cc.
size_t net_num_func_removed | ( | ) | const |
Getter for the net number of function removed.
This is the difference between the number of functions removed and the number of functons removed that have been filtered out.
Definition at line 8287 of file abg-comparison.cc.
size_t net_num_leaf_changes | ( | ) | const |
Getter of the net number of leaf change diff nodes.
This is the difference between the total number of leaf change diff nodes, and the number of the leaf change diff nodes that have been filtered out.
A leaf change is either a type change, a function change or a variable change.
Definition at line 8821 of file abg-comparison.cc.
size_t net_num_leaf_func_changes | ( | ) | const |
Getter for the net number of leaf function change diff nodes.
This is the difference between the number of leaf function change diff nodes and the number of filtered out leaf function change diff nodes.
Definition at line 8904 of file abg-comparison.cc.
size_t net_num_leaf_type_changes | ( | ) | const |
Getter for the net number of leaf type change diff nodes.
This is the difference between the number of leaf type changes and the number of filtered out leaf type changes.
Definition at line 8861 of file abg-comparison.cc.
size_t net_num_leaf_var_changes | ( | ) | const |
Getter for the net number of leaf variable change diff nodes.
This the difference between the number of leaf variable change diff nodes and the number of filtered out leaf variable change diff nodes.
Definition at line 9143 of file abg-comparison.cc.
size_t net_num_removed_func_syms | ( | ) | const |
Getter of the net number of removed function symbols that are not referenced by any debug info.
This is the difference between the total number of removed function symbols and the number of removed function symbols that have been filteted out. Both numbers are for symbols not referenced by debug info.
return the net number of removed function symbols that are not referenced by any debug info.
Definition at line 8599 of file abg-comparison.cc.
size_t net_num_removed_unreachable_types | ( | ) | const |
Getter of the number of removed types that are not reachable from public interfaces and that have *NOT* been filtered out by suppression specifications.
Definition at line 9041 of file abg-comparison.cc.
size_t net_num_removed_var_syms | ( | ) | const |
Getter of the net number of removed variable symbols that are not referenced by any debug info.
This is the difference between the total number of removed variable symbols and the number of removed variable symbols that have been filteted out. Both numbers are for symbols not referenced by debug info.
return the net number of removed variable symbols that are not referenced by any debug info.
Definition at line 8716 of file abg-comparison.cc.
size_t net_num_vars_added | ( | ) | const |
Getter for the net number of added variables.
The net number of added variables is the difference between the number of added variables and the number of added variables that have been filetered out.
Definition at line 8494 of file abg-comparison.cc.
size_t net_num_vars_changed | ( | ) | const |
Getter for the number of variables that have a change in their sub-types, minus the number of these variables that got filtered out from the diff.
Definition at line 8544 of file abg-comparison.cc.
size_t net_num_vars_removed | ( | ) | const |
Getter for the net number of removed variables.
The net number of removed variables is the difference between the number of removed variables and the number of removed variables that have been filtered out.
Definition at line 8446 of file abg-comparison.cc.
size_t num_added_func_filtered_out | ( | ) | const |
Getter for the number of added function that have been filtered out.
Definition at line 8311 of file abg-comparison.cc.
void num_added_func_filtered_out | ( | size_t | n | ) |
Setter for the number of added function that have been filtered out.
n | the new value. |
Definition at line 8323 of file abg-comparison.cc.
size_t num_added_func_syms_filtered_out | ( | ) | const |
Getter for the number of added function symbols, not referenced by any debug info, that have been filtered out.
Definition at line 8629 of file abg-comparison.cc.
void num_added_func_syms_filtered_out | ( | size_t | n | ) |
Setter for the number of added function symbols, not referenced by any debug info, that have been filtered out.
n | the new number of added function symbols, not referenced by any debug info, that have been filtered out. |
Definition at line 8644 of file abg-comparison.cc.
size_t num_added_unreachable_types | ( | ) | const |
Getter of the number of added types that are unreachable from the public interface of the ABI corpus.
Public interface means the set of defined and publicly exported functions and variables of the ABI corpus.
Definition at line 8930 of file abg-comparison.cc.
void num_added_unreachable_types | ( | size_t | n | ) |
Setter of the number of added types that are unreachable from the public interface (global functions or variables) of the ABI corpus.
Public interface means the set of defined and publicly exported functions and variables of the ABI corpus.
n | the new number of added types that are unreachable from the public interface of the ABI corpus. |
Definition at line 8943 of file abg-comparison.cc.
size_t num_added_unreachable_types_filtered_out | ( | ) | const |
Getter of the number of added types that are unreachable from public interfaces and that are filtered out by suppression specifications.
Definition at line 8954 of file abg-comparison.cc.
void num_added_unreachable_types_filtered_out | ( | size_t | n | ) |
Setter of the number of added types that are unreachable from public interfaces and that are filtered out by suppression specifications.
n | the new number of added types that are unreachable from public interfaces and that are filtered out by suppression specifications. |
Definition at line 8965 of file abg-comparison.cc.
size_t num_added_var_syms_filtered_out | ( | ) | const |
Getter for the number of added variable symbols, not referenced by any debug info, that have been filtered out.
Definition at line 8746 of file abg-comparison.cc.
void num_added_var_syms_filtered_out | ( | size_t | n | ) |
Setter for the number of added variable symbols, not referenced by any debug info, that have been filtered out.
n | the new number of added variable symbols, not referenced by any debug info, that have been filtered out. |
Definition at line 8761 of file abg-comparison.cc.
size_t num_added_vars_filtered_out | ( | ) | const |
Getter for the number of added variables that have been filtered out.
Definition at line 8471 of file abg-comparison.cc.
void num_added_vars_filtered_out | ( | size_t | n | ) |
Setter for the number of added variables that have been filtered out.
n | the new value. |
Definition at line 8483 of file abg-comparison.cc.
size_t num_changed_func_filtered_out | ( | ) | const |
Getter for the number of functions that have a change in one of their sub-types, and that have been filtered out.
Definition at line 8364 of file abg-comparison.cc.
void num_changed_func_filtered_out | ( | size_t | n | ) |
Setter for the number of functions that have a change in one of their sub-types, and that have been filtered out.
n | the new number of functions that have a change in one of their sub-types, and that have been filtered out. |
Definition at line 8373 of file abg-comparison.cc.
size_t num_changed_unreachable_types | ( | ) | const |
Getter of the number of changed types that are unreachable from the public interface of the ABI corpus.
Public interface means the set of defined and publicly exported functions and variables of the ABI corpus.
Definition at line 9061 of file abg-comparison.cc.
void num_changed_unreachable_types | ( | size_t | n | ) |
Setter of the number of changed types that are unreachable from the public interface of the ABI corpus.
Public interface means the set of defined and publicly exported functions and variables of the ABI corpus.
n | the new number of changed types that are unreachable from the public interface of the ABI corpus. |
Definition at line 9073 of file abg-comparison.cc.
size_t num_changed_unreachable_types_filtered_out | ( | ) | const |
Getter of the number of changed types that are unreachable from public interfaces and that have been filtered out by suppression specifications.
Definition at line 9084 of file abg-comparison.cc.
void num_changed_unreachable_types_filtered_out | ( | size_t | n | ) |
Setter of the number of changed types that are unreachable from public interfaces and that have been filtered out by suppression specifications.
n | the new number of changed types that are unreachable from public interfaces and that have been filtered out by suppression specifications. |
Definition at line 9095 of file abg-comparison.cc.
size_t num_changed_vars_filtered_out | ( | ) | const |
Getter for the number of variables that have a change in one of their sub-types, and that have been filtered out.
Definition at line 8524 of file abg-comparison.cc.
void num_changed_vars_filtered_out | ( | size_t | n | ) |
Setter for the number of variables that have a change in one of their sub-types, and that have been filtered out.
n | the new number of variables that have a change in one of their sub-types, and that have been filtered out. |
Definition at line 8533 of file abg-comparison.cc.
size_t num_func_added | ( | ) | const |
Getter for the number of functions added.
Definition at line 8297 of file abg-comparison.cc.
void num_func_added | ( | size_t | n | ) |
Setter for the number of functions added.
n | the new number of functions added. |
Definition at line 8304 of file abg-comparison.cc.
size_t num_func_changed | ( | ) | const |
Getter for the number of functions that have a change in one of their sub-types.
Definition at line 8346 of file abg-comparison.cc.
void num_func_changed | ( | size_t | n | ) |
Setter for the number of functions that have a change in one of their sub-types.
@param n the new number of functions that have a change in one of their sub-types.
Definition at line 8355 of file abg-comparison.cc.
size_t num_func_removed | ( | ) | const |
Getter for the number of functions removed.
Definition at line 8249 of file abg-comparison.cc.
void num_func_removed | ( | size_t | n | ) |
Setter for the number of functions removed.
n | the new number of functions removed. |
Definition at line 8256 of file abg-comparison.cc.
size_t num_func_syms_added | ( | ) | const |
Getter for the number of function symbols (not referenced by any debug info) that got added.
Definition at line 8611 of file abg-comparison.cc.
void num_func_syms_added | ( | size_t | n | ) |
Setter for the number of function symbols (not referenced by any debug info) that got added.
n | the new number of function symbols (not referenced by any debug info) that got added. |
Definition at line 8620 of file abg-comparison.cc.
size_t num_func_syms_removed | ( | ) | const |
Getter for the number of function symbols (not referenced by any debug info) that got removed.
Definition at line 8553 of file abg-comparison.cc.
void num_func_syms_removed | ( | size_t | n | ) |
Setter for the number of function symbols (not referenced by any debug info) that got removed.
n | the number of function symbols (not referenced by any debug info) that got removed. |
Definition at line 8562 of file abg-comparison.cc.
size_t num_func_with_virtual_offset_changes | ( | ) | const |
Getter for the number of functions that carry virtual member offset changes.
Definition at line 8381 of file abg-comparison.cc.
void num_func_with_virtual_offset_changes | ( | size_t | n | ) |
Setter for the number of functions that carry virtual member offset changes.
n | the new number of functions that carry virtual member offset. changes. |
Definition at line 8390 of file abg-comparison.cc.
size_t num_leaf_changes | ( | ) | const |
Getter of the number of leaf type change diff nodes.
Definition at line 8785 of file abg-comparison.cc.
void num_leaf_changes | ( | size_t | n | ) |
Setter of the number of leaf type change diff nodes.
n | the new number of leaf type change diff nodes. |
Definition at line 8792 of file abg-comparison.cc.
size_t num_leaf_changes_filtered_out | ( | ) | const |
Getter of the number of leaf type change diff nodes that have been filtered out.
Definition at line 8800 of file abg-comparison.cc.
void num_leaf_changes_filtered_out | ( | size_t | n | ) |
Setter of the number of leaf type change diff nodes that have been filtered out.
n | the new number of leaf type change diff nodes that have been filtered out. |
Definition at line 8809 of file abg-comparison.cc.
size_t num_leaf_func_changes | ( | ) | const |
Getter for the number of leaf function change diff nodes.
Definition at line 8868 of file abg-comparison.cc.
void num_leaf_func_changes | ( | size_t | n | ) |
Setter for the number of leaf function change diff nodes.
n | the new number of leaf function change diff nodes. |
Definition at line 8875 of file abg-comparison.cc.
size_t num_leaf_func_changes_filtered_out | ( | ) | const |
Getter for the number of leaf function change diff nodes that were filtered out.
Definition at line 8884 of file abg-comparison.cc.
void num_leaf_func_changes_filtered_out | ( | size_t | n | ) |
Setter for the number of leaf function change diff nodes that were filtered out.
n | the new number of leaf function change diff nodes that were filtered out. |
Definition at line 8893 of file abg-comparison.cc.
size_t num_leaf_type_changes | ( | ) | const |
Getter for the number of leaf type change diff nodes.
Definition at line 8831 of file abg-comparison.cc.
void num_leaf_type_changes | ( | size_t | n | ) |
Setter for the number of leaf type change diff nodes.
n | the new number of leaf type change diff nodes. |
Definition at line 8838 of file abg-comparison.cc.
size_t num_leaf_type_changes_filtered_out | ( | ) | const |
Getter for the number of filtered out leaf type change diff nodes.
Definition at line 8845 of file abg-comparison.cc.
void num_leaf_type_changes_filtered_out | ( | size_t | n | ) |
Setter for the number of filtered out leaf type change diff nodes.
n | the new number of filtered out leaf type change diff nodes. |
Definition at line 8851 of file abg-comparison.cc.
size_t num_leaf_var_changes | ( | ) | const |
Getter for the number of leaf variable change diff nodes.
Definition at line 8911 of file abg-comparison.cc.
void num_leaf_var_changes | ( | size_t | n | ) |
Setter for the number of leaf variable change diff nodes.
n | the number of leaf variable change diff nodes. |
Definition at line 8918 of file abg-comparison.cc.
size_t num_leaf_var_changes_filtered_out | ( | ) | const |
Getter for the number of leaf variable changes diff nodes that have been filtered out.
Definition at line 9123 of file abg-comparison.cc.
void num_leaf_var_changes_filtered_out | ( | size_t | n | ) |
Setter for the number of leaf variable changes diff nodes that have been filtered out.
n | the number of leaf variable changes diff nodes that have been filtered out. |
Definition at line 9132 of file abg-comparison.cc.
size_t num_removed_func_filtered_out | ( | ) | const |
Getter for the number of removed functions that have been filtered out.
Definition at line 8265 of file abg-comparison.cc.
void num_removed_func_filtered_out | ( | size_t | t | ) |
Setter for the number of removed functions that have been filtered out.
t | the new value. |
Definition at line 8277 of file abg-comparison.cc.
size_t num_removed_func_syms_filtered_out | ( | ) | const |
Getter for the number of removed function symbols, not referenced by debug info, that have been filtered out.
Definition at line 8571 of file abg-comparison.cc.
void num_removed_func_syms_filtered_out | ( | size_t | n | ) |
Setter for the number of removed function symbols, not referenced by debug info, that have been filtered out.
n | the new the number of removed function symbols, not referenced by debug info, that have been filtered out. |
Definition at line 8585 of file abg-comparison.cc.
size_t num_removed_unreachable_types | ( | ) | const |
Getter of the number of removed types that are unreachable from the public interface of the ABI corpus.
Public interface means the set of defined and publicly exported functions and variables of the ABI corpus.
Definition at line 8996 of file abg-comparison.cc.
void num_removed_unreachable_types | ( | size_t | n | ) |
Setter of the number of removed types that are unreachable from the public interface of the ABI corpus.
Public interface means the set of defined and publicly exported functions and variables of the ABI corpus.
n | the new number of removed types that are unreachable from the public interface of the ABI corpus. |
Definition at line 9008 of file abg-comparison.cc.
size_t num_removed_unreachable_types_filtered_out | ( | ) | const |
Getter of the number of removed types that are not reachable from public interfaces and that have been filtered out by suppression specifications.
Definition at line 9019 of file abg-comparison.cc.
void num_removed_unreachable_types_filtered_out | ( | size_t | n | ) |
Setter of the number of removed types that are not reachable from public interfaces and that have been filtered out by suppression specifications.
n | the new number of removed types that are not reachable from public interfaces and that have been filtered out by suppression specifications. |
Definition at line 9030 of file abg-comparison.cc.
size_t num_removed_var_syms_filtered_out | ( | ) | const |
Getter for the number of removed variable symbols, not referenced by any debug info, that have been filtered out.
Definition at line 8688 of file abg-comparison.cc.
void num_removed_var_syms_filtered_out | ( | size_t | n | ) |
Setter for the number of removed variable symbols, not referenced by any debug info, that have been filtered out.
n | the number of removed variable symbols, not referenced by any debug info, that have been filtered out. |
Definition at line 8702 of file abg-comparison.cc.
size_t num_removed_vars_filtered_out | ( | ) | const |
Getter for the number removed variables that have been filtered out.
Definition at line 8423 of file abg-comparison.cc.
void num_removed_vars_filtered_out | ( | size_t | n | ) | const |
Setter for the number of removed variables that have been filtered out.
n | the new value. |
Definition at line 8435 of file abg-comparison.cc.
size_t num_var_syms_added | ( | ) | const |
Getter for the number of variable symbols (not referenced by any debug info) that got added.
Definition at line 8728 of file abg-comparison.cc.
void num_var_syms_added | ( | size_t | n | ) |
Setter for the number of variable symbols (not referenced by any debug info) that got added.
n | the new number of variable symbols (not referenced by any debug info) that got added. |
Definition at line 8737 of file abg-comparison.cc.
size_t num_var_syms_removed | ( | ) | const |
Getter for the number of variable symbols (not referenced by any debug info) that got removed.
Definition at line 8670 of file abg-comparison.cc.
void num_var_syms_removed | ( | size_t | n | ) |
Setter for the number of variable symbols (not referenced by any debug info) that got removed.
n | the number of variable symbols (not referenced by any debug info) that got removed. |
Definition at line 8679 of file abg-comparison.cc.
size_t num_vars_added | ( | ) | const |
Getter for the number of variables added.
Definition at line 8456 of file abg-comparison.cc.
void num_vars_added | ( | size_t | n | ) |
Setter for the number of variables added.
n | the new number of variables added. |
Definition at line 8463 of file abg-comparison.cc.
size_t num_vars_changed | ( | ) | const |
Getter for the number of variables that have a change in one of their sub-types.
Definition at line 8506 of file abg-comparison.cc.
void num_vars_changed | ( | size_t | n | ) |
Setter for the number of variables that have a change in one of their sub-types.
n | the new number of variables that have a change in one of their sub-types. |
Definition at line 8515 of file abg-comparison.cc.
size_t num_vars_removed | ( | ) | const |
Getter for the number of variables removed.
Definition at line 8408 of file abg-comparison.cc.
void num_vars_removed | ( | size_t | n | ) |
Setter for the number of variables removed.
n | the new number of variables removed. |
Definition at line 8415 of file abg-comparison.cc.