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 2636 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 8558 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 8975 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 9293 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 9092 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 9423 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 8651 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 8718 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 8604 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 9138 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 9221 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 9178 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 9460 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 8916 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 9358 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 9033 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 8811 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 8861 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 8763 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 8628 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 8640 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 8946 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 8961 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 9247 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 9260 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 9271 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 9282 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 9063 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 9078 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 8788 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 8800 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 8681 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 8690 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 9378 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 9390 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 9401 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 9412 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 8841 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 8850 of file abg-comparison.cc.
size_t num_func_added | ( | ) | const |
Getter for the number of functions added.
Definition at line 8614 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 8621 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 8663 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 8672 of file abg-comparison.cc.
size_t num_func_removed | ( | ) | const |
Getter for the number of functions removed.
Definition at line 8566 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 8573 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 8928 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 8937 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 8870 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 8879 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 8698 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 8707 of file abg-comparison.cc.
size_t num_leaf_changes | ( | ) | const |
Getter of the number of leaf type change diff nodes.
Definition at line 9102 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 9109 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 9117 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 9126 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 9185 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 9192 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 9201 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 9210 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 9148 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 9155 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 9162 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 9168 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 9228 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 9235 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 9440 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 9449 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 8582 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 8594 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 8888 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 8902 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 9313 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 9325 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 9336 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 9347 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 9005 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 9019 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 8740 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 8752 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 9045 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 9054 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 8987 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 8996 of file abg-comparison.cc.
size_t num_vars_added | ( | ) | const |
Getter for the number of variables added.
Definition at line 8773 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 8780 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 8823 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 8832 of file abg-comparison.cc.
size_t num_vars_removed | ( | ) | const |
Getter for the number of variables removed.
Definition at line 8725 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 8732 of file abg-comparison.cc.