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 value_type *) |
static bool | equal (const value_type *, const compare_type *) |
static void | remove (asan_mem_ref *p) |
|
inlinestatic |
Compare two memory references. We accept the length of either memory references to be NULL_TREE.
References asan_mem_ref::access_size, operand_equal_p(), and asan_mem_ref::start.
|
inlinestatic |
Hash a memory reference.
References asan_mem_ref::access_size, iterative_hash_expr(), iterative_hash_hashval_t(), and asan_mem_ref::start.
|
inlinestaticinherited |
Remove doing nothing.