/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 519 ctxt.new_array_access ( in add_push() 550 ctxt.new_array_access (stack, in add_pop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 519 ctxt.new_array_access ( in add_push() 550 ctxt.new_array_access (stack, in add_pop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit++.h | 311 lvalue new_array_access (rvalue ptr, 1240 context::new_array_access (rvalue ptr, in new_array_access() function 1699 return get_context ().new_array_access (*this, index); 1707 return ctxt.new_array_access (*this,
|
H A D | jit-playback.h | 162 new_array_access (location *loc,
|
H A D | jit-recording.c | 1207 recording::context::new_array_access (recording::location *loc, in new_array_access() function 5427 r->new_array_access (playback_location (r, m_loc), in replay_into()
|
H A D | jit-recording.h | 198 new_array_access (location *loc,
|
H A D | jit-playback.c | 1083 new_array_access (location *loc, in new_array_access() function
|
H A D | libgccjit.c | 1705 return (gcc_jit_lvalue *)ctxt->new_array_access (loc, ptr, index); in gcc_jit_context_new_array_access()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit++.h | 326 lvalue new_array_access (rvalue ptr, 1301 context::new_array_access (rvalue ptr, in new_array_access() function 1799 return get_context ().new_array_access (*this, index); 1807 return ctxt.new_array_access (*this,
|
H A D | jit-playback.h | 190 new_array_access (location *loc,
|
H A D | jit-recording.h | 214 new_array_access (location *loc,
|
H A D | jit-recording.cc | 1306 recording::context::new_array_access (recording::location *loc, in new_array_access() function in gcc::jit::recording::context 6218 r->new_array_access (playback_location (r, m_loc), in replay_into()
|
H A D | jit-playback.cc | 1459 new_array_access (location *loc, in new_array_access() function in gcc::jit::playback::context
|
H A D | libgccjit.cc | 2488 return (gcc_jit_lvalue *)ctxt->new_array_access (loc, ptr, index); in gcc_jit_context_new_array_access()
|
H A D | ChangeLog | 200 (new_array_access): Likewise. 396 (new_array_access) : Fold
|
H A D | ChangeLog.jit | 1987 (gccjit::context::new_array_access): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | expressions.rst | 606 gccjit::context::new_array_access (gccjit::rvalue ptr, \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | expressions.rst | 606 gccjit::context::new_array_access (gccjit::rvalue ptr, \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 11209 ctxt.new_array_access ( 11240 ctxt.new_array_access (stack, 14214 @geindex gccjit;;context;;new_array_access (C++ function) 14216 @deffn {C++ Function} gccjit::lvalue gccjit::context::new_array_access (gccjit::rvalue ptr, gccjit:…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 11834 ctxt.new_array_access ( 11865 ctxt.new_array_access (stack, 14560 @geindex gccjit;;context;;new_array_access (C++ function) 14562 @deffn {C++ Function} gccjit::@ref{187,,lvalue} gccjit::@ref{175,,context}::new_array_access (gccji…
|