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

/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.h66 new_array_type (location *loc,
H A Dlibgccjit++.h142 type new_array_type (type element_type, int num_elements,
672 context::new_array_type (type element_type, int num_elements, location loc) function in class:gccjit::context
H A Djit-recording.h87 new_array_type (location *loc,
H A Djit-playback.c255 new_array_type (playback::location *loc, function in class:playback::context
H A Djit-recording.c745 recording::context::new_array_type (recording::location *loc, function in class:recording::context
2440 set_playback_obj (r->new_array_type (playback_location (r, m_loc),
2446 results of new_array_type. */
H A Dlibgccjit.c509 gcc::jit::recording::context::new_array_type method, in
524 return (gcc_jit_type *)ctxt->new_array_type (loc,
/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc561 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH);

Completed in 165 milliseconds