Searched refs:toyvm_function (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc80 class toyvm_function class
91 static toyvm_function *
123 toyvm_function *frm_function;
128 friend int toyvm_function::interpret (int arg, FILE *trace);
133 toyvm_function::add_op (enum opcode opcode,
145 toyvm_function::add_unary_op (enum opcode opcode,
171 toyvm_function *
172 toyvm_function::parse (const char *filename, const char *name)
175 toyvm_function *fn = NULL;
193 fn = (toyvm_function *)callo
[all...]
H A Dtoyvm.c33 typedef struct toyvm_function toyvm_function; typedef in typeref:struct:toyvm_function
87 struct toyvm_function struct
98 toyvm_function *frm_function;
105 add_op (toyvm_function *fn, enum opcode opcode,
117 add_unary_op (toyvm_function *fn, enum opcode opcode,
143 static toyvm_function *
147 toyvm_function *fn = NULL;
165 fn = (toyvm_function *)calloc (1, sizeof (toyvm_function));
[all...]

Completed in 36 milliseconds