GCC Middle and Back End API Reference
asan_mem_ref_hasher Struct Reference
Inheritance diagram for asan_mem_ref_hasher:
Collaboration diagram for asan_mem_ref_hasher:

Public Types

typedef asan_mem_refvalue_type
 
typedef asan_mem_refcompare_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
 

Member Typedef Documentation

◆ compare_type

asan_mem_ref* pointer_hash< asan_mem_ref >::compare_type
inherited

◆ value_type

asan_mem_ref* pointer_hash< asan_mem_ref >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

bool asan_mem_ref_hasher::equal ( const asan_mem_ref * m1,
const asan_mem_ref * m2 )
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.

◆ equal() [2/2]

bool pointer_hash< asan_mem_ref >::equal ( const value_type & existing,
const compare_type & candidate )
inlinestaticinherited

◆ hash() [1/2]

hashval_t asan_mem_ref_hasher::hash ( const asan_mem_ref * mem_ref)
inlinestatic
Hash a memory reference.   

References iterative_hash_expr().

◆ hash() [2/2]

hashval_t pointer_hash< asan_mem_ref >::hash ( const value_type & candidate)
inlinestaticinherited

◆ is_deleted()

bool pointer_hash< asan_mem_ref >::is_deleted ( asan_mem_ref * e)
inlinestaticinherited

◆ is_empty()

bool pointer_hash< asan_mem_ref >::is_empty ( asan_mem_ref * e)
inlinestaticinherited

◆ mark_deleted()

void pointer_hash< asan_mem_ref >::mark_deleted ( asan_mem_ref *& e)
inlinestaticinherited

◆ mark_empty()

void pointer_hash< asan_mem_ref >::mark_empty ( asan_mem_ref *& e)
inlinestaticinherited

◆ remove()

void typed_noop_remove< asan_mem_ref * >::remove ( asan_mem_ref * & )
inlinestaticinherited
Remove doing nothing.   

Field Documentation

◆ empty_zero_p

const bool pointer_hash< asan_mem_ref >::empty_zero_p
staticinherited

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