GCC Middle and Back End API Reference
|
Public Types | |
typedef pre_expr_d | value_type |
typedef pre_expr_d | compare_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 void | remove (pre_expr_d *p) |
Data Fields | |
enum pre_expr_kind | kind |
unsigned int | id |
pre_expr_union | u |
typedef pre_expr_d pre_expr_d::compare_type |
typedef pre_expr_d pre_expr_d::value_type |
hash_table support.
|
inlinestatic |
Compare E1 and E1 for equality.
|
inlinestatic |
Hash E.
|
inlinestaticinherited |
Remove doing nothing.
unsigned int pre_expr_d::id |
Referenced by bitmap_set_contains_expr(), expression_for_id(), get_expression_id(), and insert_aux().
enum pre_expr_kind pre_expr_d::kind |
Referenced by debug_bitmap_set(), expression_for_id(), get_or_alloc_expr_for_constant(), and insert_aux().
pre_expr_union pre_expr_d::u |