GCC Middle and Back End API Reference
tree_vec_map_cache_hasher Struct Reference

#include <tree.h>

Inheritance diagram for tree_vec_map_cache_hasher:
Collaboration diagram for tree_vec_map_cache_hasher:

Public Types

typedef tree_vec_map * value_type
 
typedef tree_vec_map * compare_type
 

Static Public Member Functions

static hashval_t hash (tree_vec_map *m)
 
static bool equal (tree_vec_map *a, tree_vec_map *b)
 
static int keep_cache_entry (tree_vec_map *&m)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (tree_vec_map *&)
 
static void mark_empty (tree_vec_map *&)
 
static bool is_deleted (tree_vec_map *)
 
static bool is_empty (tree_vec_map *)
 
static void ggc_maybe_mx (tree_vec_map *&)
 
static void remove (tree_vec_map *&)
 
static void ggc_mx (tree_vec_map *&p)
 
static void pch_nx (tree_vec_map *&p)
 
static void pch_nx (tree_vec_map *&p, gt_pointer_operator op, void *cookie)
 

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

typedef tree_vec_map* pointer_hash< tree_vec_map >::compare_type
inherited

◆ value_type

typedef tree_vec_map* pointer_hash< tree_vec_map >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

static bool tree_vec_map_cache_hasher::equal ( tree_vec_map * a,
tree_vec_map * b )
inlinestatic

References a, and b.

◆ ggc_maybe_mx()

static void ggc_cache_remove< tree_vec_map * >::ggc_maybe_mx ( tree_vec_map * & )
inlinestaticinherited

◆ ggc_mx()

static void ggc_remove< tree_vec_map * >::ggc_mx ( tree_vec_map * & p)
inlinestaticinherited

◆ hash() [1/2]

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

◆ hash() [2/2]

static hashval_t tree_vec_map_cache_hasher::hash ( tree_vec_map * m)
inlinestatic

References DECL_UID.

◆ is_deleted()

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

◆ is_empty()

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

◆ keep_cache_entry()

static int tree_vec_map_cache_hasher::keep_cache_entry ( tree_vec_map *& m)
inlinestatic

References ggc_marked_p().

◆ mark_deleted()

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

◆ mark_empty()

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

◆ pch_nx() [1/2]

static void ggc_remove< tree_vec_map * >::pch_nx ( tree_vec_map * & p)
inlinestaticinherited

◆ pch_nx() [2/2]

static void ggc_remove< tree_vec_map * >::pch_nx ( tree_vec_map * & p,
gt_pointer_operator op,
void * cookie )
inlinestaticinherited

◆ remove()

static void ggc_remove< tree_vec_map * >::remove ( tree_vec_map * & )
inlinestaticinherited

Field Documentation

◆ empty_zero_p

const bool pointer_hash< tree_vec_map >::empty_zero_p
staticinherited

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