GCC Middle and Back End API Reference
fn_id Class Reference
Inheritance diagram for fn_id:
Collaboration diagram for fn_id:

Public Types

enum  id_kind {
  CODE , FN , PREDICATE , USER ,
  NULL_ID
}
 
typedef id_basevalue_type
 
typedef id_basecompare_type
 

Public Member Functions

 fn_id (enum built_in_function fn_, const char *id_)
 
 fn_id (enum internal_fn fn_, 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

unsigned int fn
 
enum id_base::id_kind kind
 
hashval_t hashval
 
int nargs
 
const char * id
 

Static Public Attributes

static const bool empty_zero_p
 

Detailed Description

Identifier that maps to a builtin or internal function code.   

Member Typedef Documentation

◆ compare_type

typedef id_base* pointer_hash< id_base >::compare_type
inherited

◆ value_type

typedef id_base* pointer_hash< id_base >::value_type
inherited

Member Enumeration Documentation

◆ id_kind

enum id_base::id_kind
inherited
Enumerator
CODE 
FN 
PREDICATE 
USER 
NULL_ID 

Constructor & Destructor Documentation

◆ fn_id() [1/2]

fn_id::fn_id ( enum built_in_function fn_,
const char * id_ )
inline

◆ fn_id() [2/2]

fn_id::fn_id ( enum internal_fn fn_,
const char * id_ )
inline

Member Function Documentation

◆ equal() [1/2]

int id_base::equal ( const id_base * op1,
const id_base * op2 )
inlinestaticinherited

References id_base::hashval, and id_base::id.

◆ equal() [2/2]

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

◆ hash() [1/2]

hashval_t id_base::hash ( const id_base * op)
inlinestaticinherited

References id_base::hashval.

◆ hash() [2/2]

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

◆ is_deleted()

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

◆ is_empty()

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

◆ mark_deleted()

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

◆ mark_empty()

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

◆ remove()

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

Field Documentation

◆ empty_zero_p

const bool pointer_hash< id_base >::empty_zero_p
staticinherited

◆ fn

unsigned int fn_id::fn

◆ hashval

◆ id

◆ kind

◆ nargs


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