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

/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc110 friend struct compilation_state;
412 class compilation_state
415 compilation_state (toyvm_function &toyvmfn) :
468 compilation_state state (*this);
488 compilation_state::add_push (gccjit::block block,
511 compilation_state::add_pop (gccjit::block block,
535 compilation_state::create_context ()
556 compilation_state::create_types ()
571 compilation_state::create_locations ()
586 compilation_state
[all...]
H A Dtoyvm.c35 typedef struct compilation_state compilation_state; typedef in typeref:struct:compilation_state
384 struct compilation_state struct
410 add_push (compilation_state *state,
437 add_pop (compilation_state *state,
477 compilation_state state;

Completed in 38 milliseconds