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

Public Types

typedef pre_expr_dvalue_type
 
typedef pre_expr_dcompare_type
 

Static Public Member Functions

static hashval_t hash (const pre_expr_d *)
 
static int equal (const pre_expr_d *, const pre_expr_d *)
 
static hashval_t hash (const value_type &)
 
static bool equal (const value_type &existing, const compare_type &candidate)
 
static void mark_deleted (pre_expr_d *&)
 
static void mark_empty (pre_expr_d *&)
 
static bool is_deleted (pre_expr_d *)
 
static bool is_empty (pre_expr_d *)
 
static void remove (pre_expr_d *&)
 

Data Fields

enum pre_expr_kind kind
 
unsigned int id
 
unsigned value_id
 
location_t loc
 
pre_expr_union u
 

Static Public Attributes

static const bool empty_zero_p
 

Member Typedef Documentation

◆ compare_type

typedef pre_expr_d* pointer_hash< pre_expr_d >::compare_type
inherited

◆ value_type

typedef pre_expr_d* pointer_hash< pre_expr_d >::value_type
inherited

Member Function Documentation

◆ equal() [1/2]

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

◆ equal() [2/2]

int pre_expr_d::equal ( const pre_expr_d * e1,
const pre_expr_d * e2 )
inlinestatic

◆ hash() [1/2]

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

◆ hash() [2/2]

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< pre_expr_d >::empty_zero_p
staticinherited

◆ id

unsigned int pre_expr_d::id

Referenced by expression_for_id().

◆ kind

◆ loc

location_t pre_expr_d::loc

◆ u

pre_expr_union pre_expr_d::u

◆ value_id


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