GCC Middle and Back End API Reference
|
Public Types | |
typedef asan_mem_ref * | value_type |
typedef asan_mem_ref * | compare_type |
Static Public Member Functions | |
static hashval_t | hash (const asan_mem_ref *) |
static bool | equal (const asan_mem_ref *, const asan_mem_ref *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (asan_mem_ref *&) |
static void | mark_empty (asan_mem_ref *&) |
static bool | is_deleted (asan_mem_ref *) |
static bool | is_empty (asan_mem_ref *) |
static void | remove (asan_mem_ref *&) |
Static Public Attributes | |
static const bool | empty_zero_p |
|
inherited |
|
inherited |
|
inlinestatic |
Compare two memory references. We accept the length of either memory references to be NULL_TREE.
References operand_equal_p(), and asan_mem_ref::start.
|
inlinestaticinherited |
|
inlinestatic |
Hash a memory reference.
References iterative_hash_expr().
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |