GCC Middle and Back End API Reference
|
Public Types | |
typedef statistics_counter * | value_type |
typedef statistics_counter * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const statistics_counter *) |
static bool | equal (const statistics_counter *, const statistics_counter *) |
static void | remove (statistics_counter *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (statistics_counter *&) |
static void | mark_empty (statistics_counter *&) |
static bool | is_deleted (statistics_counter *) |
static bool | is_empty (statistics_counter *) |
Static Public Attributes | |
static const bool | empty_zero_p |
Hashtable helpers.
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
inlinestatic |
Compare two statistic counters by their string IDs.
References statistics_counter::id, and statistics_counter::val.
|
inlinestaticinherited |
|
inlinestatic |
Hash a statistic counter by its string ID.
References statistics_counter::id, and statistics_counter::val.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestatic |
Free a statistics entry.
References CONST_CAST, free(), and statistics_counter::id.
|
staticinherited |