#include <gtk/gtk.h>
#include "class.h"
#include "op.h"
Go to the source code of this file.
Compounds | |
struct | s_instr |
Defines | |
#define | INSTR(class) ((struct s_instr *)class) |
#define | INSTR_TYPE(const) CLASS_TYPE(const) |
#define | instr_free(instr) (instr_free_from_list(instr, NULL)) |
Functions | |
s_instr * | instr_alloc (op_t, classtype_t, struct s_class *, struct s_class *) |
void | instr_free_from_list (gpointer, gpointer) |
|
Instruction allocation. visibility :: public
|
|
Instruction freeing. visibility :: public
|