Go to the source code of this file.
◆ ir_entry_type
| Enumerator |
|---|
| IR_ENTRY_TYPE_INTERFACE | |
| IR_ENTRY_TYPE_DICTIONARY | |
Definition at line 121 of file ir.h.
◆ ir_init_argtype
| Enumerator |
|---|
| IR_INIT_ARG_POINTER | |
| IR_INIT_ARG_UNSIGNED | |
| IR_INIT_ARG_INT | |
| IR_INIT_ARG_BOOL | |
Definition at line 126 of file ir.h.
◆ ir_dump()
| int ir_dump |
( |
struct ir * |
map | ) |
|
◆ ir_dumpdot()
| int ir_dumpdot |
( |
struct ir * |
map | ) |
|
◆ ir_inherit_entry()
interface map parent entry
- Returns
- inherit entry or NULL if there is not one
Definition at line 1227 of file ir.c.
◆ ir_new()
Create a new interface map
Definition at line 963 of file ir.c.