libFirm
Code

Functions

ir_typeget_code_type (void)
 Returns the code type.
int is_code_type (const ir_type *tp)
 Checks whether a type is a code type.
const tp_opget_tpop_code_type (void)
 Returns type opcode for code type.

Variables

const tp_optpop_code
 The code type is used to mark pieces of code (basic blocks)

Detailed Description

Function Documentation

ir_type* get_code_type ( void  )

Returns the code type.

const tp_op* get_tpop_code_type ( void  )

Returns type opcode for code type.

See Also
tpop_code
int is_code_type ( const ir_type tp)

Checks whether a type is a code type.

Variable Documentation

const tp_op* tpop_code

The code type is used to mark pieces of code (basic blocks)

Definition at line 2100 of file typerep.h.