/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | types.rst | 104 gccjit::context::new_array_type (gccjit::type element_type, \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | types.rst | 104 gccjit::context::new_array_type (gccjit::type element_type, \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.h | 69 new_array_type (location *loc,
|
H A D | libgccjit++.h | 151 type new_array_type (type element_type, int num_elements, 747 context::new_array_type (type element_type, int num_elements, location loc) in new_array_type() function
|
H A D | jit-recording.c | 839 recording::context::new_array_type (recording::location *loc, in new_array_type() function 2711 set_playback_obj (r->new_array_type (playback_location (r, m_loc), in replay_into()
|
H A D | jit-recording.h | 92 new_array_type (location *loc,
|
H A D | jit-playback.c | 235 new_array_type (playback::location *loc, in new_array_type() function
|
H A D | libgccjit.c | 531 return (gcc_jit_type *)ctxt->new_array_type (loc, in gcc_jit_context_new_array_type()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | jit-playback.h | 70 new_array_type (location *loc,
|
H A D | libgccjit++.h | 152 type new_array_type (type element_type, int num_elements, 808 context::new_array_type (type element_type, int num_elements, location loc) in new_array_type() function
|
H A D | jit-recording.h | 92 new_array_type (location *loc,
|
H A D | jit-recording.cc | 844 recording::context::new_array_type (recording::location *loc, in new_array_type() function in gcc::jit::recording::context 3060 set_playback_obj (r->new_array_type (playback_location (r, m_loc), in replay_into()
|
H A D | jit-playback.cc | 327 new_array_type (playback::location *loc, in new_array_type() function in gcc::jit::playback::context
|
H A D | libgccjit.cc | 764 return (gcc_jit_type *)ctxt->new_array_type (loc, in gcc_jit_context_new_array_type()
|
H A D | ChangeLog.jit | 785 * internal-api.c (gcc::jit::recording::context::new_array_type): 1975 (gccjit::context::new_array_type): Consolidate two methods,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 585 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH); in create_types()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 585 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH); in create_types()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 11170 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH); 13219 @geindex gccjit;;context;;new_array_type (C++ function) 13221 @deffn {C++ Function} gccjit::type gccjit::context::new_array_type (gccjit::type element_type, int …
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 11801 stack_type = ctxt.new_array_type (int_type, MAX_STACK_DEPTH); 13661 @geindex gccjit;;context;;new_array_type (C++ function) 13663 @deffn {C++ Function} gccjit::@ref{177,,type} gccjit::@ref{175,,context}::new_array_type (gccjit::t…
|