GCC Middle and Back End API Reference
|
Public Types | |
enum | id_kind { CODE , FN , PREDICATE , USER , NULL_ID } |
typedef id_base * | value_type |
typedef id_base * | compare_type |
Public Member Functions | |
id_base (id_kind, const char *, int=-1) | |
Static Public Member Functions | |
static hashval_t | hash (const id_base *) |
static int | equal (const id_base *, const id_base *) |
static hashval_t | hash (const value_type &) |
static bool | equal (const value_type &existing, const compare_type &candidate) |
static void | mark_deleted (id_base *&) |
static void | mark_empty (id_base *&) |
static bool | is_deleted (id_base *) |
static bool | is_empty (id_base *) |
static void | remove (id_base *&) |
Data Fields | |
enum id_base::id_kind | kind |
hashval_t | hashval |
int | nargs |
const char * | id |
Static Public Attributes | |
static const bool | empty_zero_p |
Base class for all identifiers the parser knows.
|
inherited |
|
inherited |
enum id_base::id_kind |
id_base::id_base | ( | id_kind | kind_, |
const char * | id_, | ||
int | nargs_ = -1 ) |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |
hashval_t id_base::hashval |
Referenced by add_predicate(), equal(), fns_cmp(), get_operator(), hash(), id_base(), parser::parse_for(), and parser::parse_operator_list().
const char* id_base::id |
enum id_base::id_kind id_base::kind |
Referenced by decision_tree::gen(), dt_node::gen_kids(), dt_node::gen_kids_1(), expr::gen_transform(), and id_base().
int id_base::nargs |