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 | |
user_id (const char *id_, bool is_oper_list_=false) | |
Static Public Member Functions | |
static hashval_t | hash (const id_base *) |
static hashval_t | hash (const value_type &) |
static int | equal (const id_base *, const id_base *) |
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 | |
vec< id_base * > | substitutes |
bool | used |
bool | is_oper_list |
enum id_base::id_kind | kind |
hashval_t | hashval |
int | nargs |
const char * | id |
Static Public Attributes | |
static const bool | empty_zero_p |
Identifier that maps to a operator defined by a 'for' directive.
|
inherited |
|
inherited |
|
inherited |
References false, id_base::id_base(), is_oper_list, substitutes, used, id_base::USER, and vNULL.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |
|
inherited |
Referenced by add_predicate(), equal(), fns_cmp(), get_operator(), hash(), id_base(), parser::parse_for(), and parser::parse_operator_list().
|
inherited |
bool user_id::is_oper_list |
Referenced by parser::parse_for(), parser::parse_operation(), and user_id().
|
inherited |
Referenced by cmp_operand(), decision_tree::gen(), dt_node::gen_kids(), dt_node::gen_kids_1(), expr::gen_transform(), and id_base().
|
inherited |
Referenced by dt_node::gen_kids(), parser::parse_for(), parser::parse_operator_list(), parser::record_operlist(), and user_id().