libabigail
Classes | Public Member Functions | List of all members
corpus_diff::diff_stats Class Reference

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...
 

Detailed Description

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 2578 of file abg-comparison.h.

Constructor & Destructor Documentation

Constructor for the diff_stat type.

Parameters
ctxtthe 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 8263 of file abg-comparison.cc.

Member Function Documentation

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 8680 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.

Returns
the number of added types that are unreachable from public interfaces and that are *NOT* filtered out by suppression specifications.

Definition at line 8998 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 8797 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.

Returns
the number of changed types that are unreachable from public interfaces and that have *NOT* been filtered out by suppression specifications.

Definition at line 9128 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.

Returns
the net number of added functions.

Definition at line 8356 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.

Returns
for the 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 8423 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.

Returns
the net number of function removed.

Definition at line 8309 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 8843 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.

Returns
the net number of leaf function change diff nodes.

Definition at line 8926 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.

Returns
the net number of leaf type change diff nodes.

Definition at line 8883 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.

Returns
the net number of leaf variable change diff nodes.

Definition at line 9165 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 8621 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.

Returns
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 9063 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 8738 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.

Returns
the net number of added variables.

Definition at line 8516 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.

Returns
for the 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 8566 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.

Returns
the net number of removed variables.

Definition at line 8468 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.

Returns
the number of added function that have been filtered out.

Definition at line 8333 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.

Parameters
nthe new value.

Definition at line 8345 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.

Returns
the number of added function symbols, not referenced by any debug info, that have been filtered out.

Definition at line 8651 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.

Parameters
nthe new number of added function symbols, not referenced by any debug info, that have been filtered out.

Definition at line 8666 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.

Returns
the number of added types that are unreachable from the public interface of the ABI corpus.

Definition at line 8952 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.

Parameters
nthe new number of added types that are unreachable from the public interface of the ABI corpus.

Definition at line 8965 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.

Returns
the number of added types that are unreachable from public interfaces and that are filtered out by suppression specifications.

Definition at line 8976 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.

Parameters
nthe new number of added types that are unreachable from public interfaces and that are filtered out by suppression specifications.

Definition at line 8987 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.

Returns
the number of added variable symbols, not referenced by any debug info, that have been filtered out.

Definition at line 8768 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.

Parameters
nthe new number of added variable symbols, not referenced by any debug info, that have been filtered out.

Definition at line 8783 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.

Returns
the number of added variables that have been filtered out.

Definition at line 8493 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.

Parameters
nthe new value.

Definition at line 8505 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.

Returns
the number of functions that have a change in one of their sub-types, and that have been filtered out.

Definition at line 8386 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.

Parameters
nthe new number of functions that have a change in one of their sub-types, and that have been filtered out.

Definition at line 8395 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.

Returns
the number of changed types that are unreachable from the public interface of the ABI corpus.

Definition at line 9083 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.

Parameters
nthe new number of changed types that are unreachable from the public interface of the ABI corpus.

Definition at line 9095 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.

Returns
the number of changed types that are unreachable from public interfaces and that have been filtered out by suppression specifications.

Definition at line 9106 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.

Parameters
nthe new number of changed types that are unreachable from public interfaces and that have been filtered out by suppression specifications.

Definition at line 9117 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.

Returns
the number of functions that have a change in one of their sub-types, and that have been filtered out.

Definition at line 8546 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.

Parameters
nthe new number of variables that have a change in one of their sub-types, and that have been filtered out.

Definition at line 8555 of file abg-comparison.cc.

size_t num_func_added ( ) const

Getter for the number of functions added.

Returns
the number of functions added.

Definition at line 8319 of file abg-comparison.cc.

void num_func_added ( size_t  n)

Setter for the number of functions added.

Parameters
nthe new number of functions added.

Definition at line 8326 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.

Returns
the number of functions that have a change in one of their sub-types.

Definition at line 8368 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 8377 of file abg-comparison.cc.

size_t num_func_removed ( ) const

Getter for the number of functions removed.

Returns
the number of functions removed.

Definition at line 8271 of file abg-comparison.cc.

void num_func_removed ( size_t  n)

Setter for the number of functions removed.

Parameters
nthe new number of functions removed.

Definition at line 8278 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.

Returns
the number of function symbols (not referenced by any debug info) that got added.

Definition at line 8633 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.

Parameters
nthe new number of function symbols (not referenced by any debug info) that got added.

Definition at line 8642 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.

Returns
the number of function symbols (not referenced by any debug info) that got removed.

Definition at line 8575 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.

Parameters
nthe number of function symbols (not referenced by any debug info) that got removed.

Definition at line 8584 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.

Returns
the number of functions that carry virtual member changes.

Definition at line 8403 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.

Parameters
nthe new number of functions that carry virtual member offset. changes.

Definition at line 8412 of file abg-comparison.cc.

size_t num_leaf_changes ( ) const

Getter of the number of leaf type change diff nodes.

Returns
the number of leaf type change diff nodes.

Definition at line 8807 of file abg-comparison.cc.

void num_leaf_changes ( size_t  n)

Setter of the number of leaf type change diff nodes.

Parameters
nthe new number of leaf type change diff nodes.

Definition at line 8814 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.

Returns
the number of leaf type change diff nodes that have been

Definition at line 8822 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.

Parameters
nthe new number of leaf type change diff nodes that have been filtered out.

Definition at line 8831 of file abg-comparison.cc.

size_t num_leaf_func_changes ( ) const

Getter for the number of leaf function change diff nodes.

Returns
the number of leaf function change diff nodes.

Definition at line 8890 of file abg-comparison.cc.

void num_leaf_func_changes ( size_t  n)

Setter for the number of leaf function change diff nodes.

Parameters
nthe new number of leaf function change diff nodes.

Definition at line 8897 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.

Returns
the number of leaf function change diff nodes that were filtered out.

Definition at line 8906 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.

Parameters
nthe new number of leaf function change diff nodes that were filtered out.

Definition at line 8915 of file abg-comparison.cc.

size_t num_leaf_type_changes ( ) const

Getter for the number of leaf type change diff nodes.

Returns
the number of leaf type changes diff nodes.

Definition at line 8853 of file abg-comparison.cc.

void num_leaf_type_changes ( size_t  n)

Setter for the number of leaf type change diff nodes.

Parameters
nthe new number of leaf type change diff nodes.

Definition at line 8860 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.

Returns
the number of filtered out leaf type change diff nodes.

Definition at line 8867 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.

Parameters
nthe new number of filtered out leaf type change diff nodes.

Definition at line 8873 of file abg-comparison.cc.

size_t num_leaf_var_changes ( ) const

Getter for the number of leaf variable change diff nodes.

Returns
the number of leaf variable change diff nodes.

Definition at line 8933 of file abg-comparison.cc.

void num_leaf_var_changes ( size_t  n)

Setter for the number of leaf variable change diff nodes.

Parameters
nthe number of leaf variable change diff nodes.

Definition at line 8940 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.

Returns
the number of leaf variable changes diff nodes that have been filtered out.

Definition at line 9145 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.

Parameters
nthe number of leaf variable changes diff nodes that have been filtered out.

Definition at line 9154 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.

Returns
the number of removed functions that have been filtered out.

Definition at line 8287 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.

Parameters
tthe new value.

Definition at line 8299 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.

Returns
the number of removed function symbols, not referenced by debug info, that have been filtered out.

Definition at line 8593 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.

Parameters
nthe new the number of removed function symbols, not referenced by debug info, that have been filtered out.

Definition at line 8607 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.

Returns
the number of removed types that are unreachable from the public interface of the ABI corpus.

Definition at line 9018 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.

Parameters
nthe new number of removed types that are unreachable from the public interface of the ABI corpus.

Definition at line 9030 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.

Returns
the number of removed types that are not reachable from public interfaces and that have been filtered out by suppression specifications.

Definition at line 9041 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.

Parameters
nthe new number of removed types that are not reachable from public interfaces and that have been filtered out by suppression specifications.

Definition at line 9052 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.

Returns
the number of removed variable symbols, not referenced by any debug info, that have been filtered out.

Definition at line 8710 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.

Parameters
nthe number of removed variable symbols, not referenced by any debug info, that have been filtered out.

Definition at line 8724 of file abg-comparison.cc.

size_t num_removed_vars_filtered_out ( ) const

Getter for the number removed variables that have been filtered out.

Returns
the number removed variables that have been filtered out.

Definition at line 8445 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.

Parameters
nthe new value.

Definition at line 8457 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.

Returns
the number of variable symbols (not referenced by any debug info) that got added.

Definition at line 8750 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.

Parameters
nthe new number of variable symbols (not referenced by any debug info) that got added.

Definition at line 8759 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.

Returns
the number of variable symbols (not referenced by any debug info) that got removed.

Definition at line 8692 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.

Parameters
nthe number of variable symbols (not referenced by any debug info) that got removed.

Definition at line 8701 of file abg-comparison.cc.

size_t num_vars_added ( ) const

Getter for the number of variables added.

Returns
the number of variables added.

Definition at line 8478 of file abg-comparison.cc.

void num_vars_added ( size_t  n)

Setter for the number of variables added.

Parameters
nthe new number of variables added.

Definition at line 8485 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.

Returns
the number of variables that have a change in one of their sub-types.

Definition at line 8528 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.

Parameters
nthe new number of variables that have a change in one of their sub-types.

Definition at line 8537 of file abg-comparison.cc.

size_t num_vars_removed ( ) const

Getter for the number of variables removed.

Returns
the number of variables removed.

Definition at line 8430 of file abg-comparison.cc.

void num_vars_removed ( size_t  n)

Setter for the number of variables removed.

Parameters
nthe new number of variables removed.

Definition at line 8437 of file abg-comparison.cc.


The documentation for this class was generated from the following files: