GCC Middle and Back End API Reference
|
#include <hash-traits.h>
Public Types | |
typedef T * | value_type |
typedef T * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (T *&) |
static void | mark_empty (T *&) |
static bool | is_deleted (T *) |
static bool | is_empty (T *) |
static void | ggc_maybe_mx (T &) |
static int | keep_cache_entry (T &e) |
static void | remove (T &) |
static void | ggc_mx (T &p) |
static void | pch_nx (T &p) |
static void | pch_nx (T &p, gt_pointer_operator op, void *cookie) |
Static Public Attributes | |
static const bool | empty_zero_p |
Traits for elements that point to gc memory. The elements don't in themselves keep the pointed-to data alive and they can be deleted if the pointed-to data is going to be collected.
|
inherited |
|
inherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
References gt_ggc_mx().
Referenced by ggc_remove< T >::ggc_maybe_mx().
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
References gt_pch_nx().
|
inlinestaticinherited |
References NULL.
|
inlinestaticinherited |
|
staticinherited |