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

/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c36 typedef struct toyvm_compiled_function toyvm_compiled_function; typedef in typeref:struct:toyvm_compiled_function
466 struct toyvm_compiled_function struct
474 static toyvm_compiled_function *
754 toyvm_compiled_function *toyvm_result =
755 (toyvm_compiled_function *)calloc (1, sizeof (toyvm_compiled_function));
758 fprintf (stderr, "out of memory allocating toyvm_compiled_function\n");
809 toyvm_compiled_function *compiled_fn;
901 toyvm_compiled_function *compiled_f
[all...]

Completed in 36 milliseconds