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

/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.c392 gcc_jit_rvalue *const_one; member in struct:compilation_state
433 state->const_one);
448 state->const_one);
516 state.const_one = gcc_jit_context_one (state.ctxt, state.int_type);
H A Dtoyvm.cc448 gccjit::rvalue const_one;
506 const_one,
519 const_one,
564 const_one = ctxt.one (int_type);

Completed in 40 milliseconds