Public Types | |
enum | { ISEQ_ELEMENT_NONE = INT2FIX(0x00), ISEQ_ELEMENT_LABEL = INT2FIX(0x01), ISEQ_ELEMENT_INSN = INT2FIX(0x02), ISEQ_ELEMENT_ADJUST = INT2FIX(0x03) } |
Data Fields | |
enum iseq_link_element:: { ... } | type |
struct iseq_link_element * | next |
struct iseq_link_element * | prev |
Definition at line 24 of file compile.c.
anonymous enum |
Definition at line 31 of file compile.c.
Referenced by ADD_ELEM(), APPEND_LIST(), dump_disasm_list(), FIRST_ELEMENT(), get_destination_insn(), get_next_insn(), INSERT_ELEM_NEXT(), INSERT_LIST(), iseq_insns_unification(), iseq_optimize(), iseq_set_sequence(), iseq_set_sequence_stackcaching(), LIST_SIZE_ZERO(), new_adjust_body(), new_insn_core(), new_label_body(), POP_ELEMENT(), REMOVE_ELEM(), REPLACE_ELEM(), and verify_list().
Definition at line 32 of file compile.c.
Referenced by ADD_ELEM(), APPEND_LIST(), get_prev_insn(), INSERT_ELEM_NEXT(), INSERT_LIST(), iseq_insns_unification(), POP_ELEMENT(), REMOVE_ELEM(), REPLACE_ELEM(), and verify_list().
enum { ... } iseq_link_element::type |