#include <stdio.h>#include <gtk/gtk.h>#include "instr.h"#include "variable.h"#include "list.h"#include "op.h"#include "debug.h"#include "mem.h"Functions | |
| s_instr * | instr_alloc (op_t op, classtype_t type, struct s_class *arg1, struct s_class *arg2) |
| void | instr_free_from_list (gpointer instr, gpointer nil) |
|
||||||||||||||||||||
|
Instruction allocation. visibility :: public
|
|
||||||||||||
|
Instruction freeing. visibility :: public
|
1.2.15