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 | |
predicate_id (const char *id_) | |
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< simplify * > | matchers |
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 user-defined predicate.
|
inherited |
|
inherited |
|
inherited |
|
inline |
References id_base::hashval.
|
inlinestaticinherited |
|
inlinestaticinherited |
References id_base::hashval.
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
|
inlinestaticinherited |
Remove doing nothing.
|
staticinherited |
|
inherited |
Referenced by add_function(), add_predicate(), id_base::equal(), fns_cmp(), get_operator(), id_base::hash(), parser::parse_for(), and parser::parse_operator_list().
|
inherited |
|
inherited |
Referenced by decision_tree::gen(), dt_node::gen_kids(), dt_node::gen_kids_1(), expr::gen_transform(), and id_base::id_base().
Referenced by dt_operand::gen_predicate(), main(), and parser::parse_pattern().
|
inherited |