GCC Middle and Back End API Reference
path_info Class Reference

Public Member Functions

 path_info ()
 
unsigned covered_paths () const
 
bool covered_p (size_t n) const
 

Data Fields

vector< vector< unsigned > > paths
 
vector< gcov_type_unsignedcovered
 

Static Public Attributes

static const size_t bucketsize = sizeof (gcov_type_unsigned) * BITS_PER_UNIT
 

Detailed Description

Describes (prime) path coverage.

Constructor & Destructor Documentation

◆ path_info()

path_info::path_info ( )
inline

References covered, and paths.

Member Function Documentation

◆ covered_p()

bool path_info::covered_p ( size_t n) const
inline

◆ covered_paths()

unsigned path_info::covered_paths ( ) const
inline

Field Documentation

◆ bucketsize

const size_t path_info::bucketsize = sizeof (gcov_type_unsigned) * BITS_PER_UNIT
static

Referenced by covered_p(), and read_graph_file().

◆ covered

◆ paths

vector<vector<unsigned> > path_info::paths

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