Searched refs:gcc_jit_context_new_array_access (Results 1 – 20 of 20) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.map | 47 gcc_jit_context_new_array_access;
|
H A D | TODO.rst | 60 * gcc_jit_context_new_array_access: "index" must be of numeric type.
|
H A D | libgccjit.h | 1008 gcc_jit_context_new_array_access (gcc_jit_context *ctxt,
|
H A D | libgccjit++.h | 1244 return lvalue (gcc_jit_context_new_array_access (m_inner_ctxt, in new_array_access()
|
H A D | libgccjit.c | 1682 gcc_jit_context_new_array_access (gcc_jit_context *ctxt, in gcc_jit_context_new_array_access() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.map | 47 gcc_jit_context_new_array_access;
|
H A D | TODO.rst | 60 * gcc_jit_context_new_array_access: "index" must be of numeric type.
|
H A D | libgccjit.h | 1290 gcc_jit_context_new_array_access (gcc_jit_context *ctxt,
|
H A D | ChangeLog.jit | 90 (gcc_jit_context_new_array_access): Likewise. 781 (gcc_jit_context_new_array_access): Likewise for type of "index". 862 (gcc_jit_context_new_array_access): Update error message from "not 1055 (gcc_jit_context_new_array_access): Likewise. 1659 (gcc_jit_context_new_array_access): Verify that ptr is indeed a
|
H A D | libgccjit++.h | 1305 return lvalue (gcc_jit_context_new_array_access (m_inner_ctxt, in new_array_access()
|
H A D | libgccjit.cc | 2465 gcc_jit_context_new_array_access (gcc_jit_context *ctxt, in gcc_jit_context_new_array_access() function
|
H A D | ChangeLog | 3067 (gcc_jit_context_new_array_access): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 420 gcc_jit_context_new_array_access ( in add_push() 457 gcc_jit_context_new_array_access ( in add_pop()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 420 gcc_jit_context_new_array_access ( in add_push() 457 gcc_jit_context_new_array_access ( in add_pop()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 91 return gcc_jit_context_new_array_access ( in bf_get_current_data()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 91 return gcc_jit_context_new_array_access ( in bf_get_current_data()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | expressions.rst | 261 For pointer addition, use :c:func:`gcc_jit_context_new_array_access`. 640 gcc_jit_context_new_array_access (gcc_jit_context *ctxt,\
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | expressions.rst | 410 For pointer addition, use :c:func:`gcc_jit_context_new_array_access`. 981 gcc_jit_context_new_array_access (gcc_jit_context *ctxt,\
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 2451 gcc_jit_context_new_array_access ( 2488 gcc_jit_context_new_array_access ( 4250 return gcc_jit_context_new_array_access ( 6889 For pointer addition, use @pxref{b2,,gcc_jit_context_new_array_access()}. 7449 @geindex gcc_jit_context_new_array_access (C function) 7450 @anchor{topics/expressions gcc_jit_context_new_array_access}@anchor{b2} 7451 @deffn {C Function} gcc_jit_lvalue * gcc_jit_context_new_array_access (gcc_jit_context@w{…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 2325 gcc_jit_context_new_array_access ( 2362 gcc_jit_context_new_array_access ( 3854 return gcc_jit_context_new_array_access ( 6825 For pointer addition, use @ref{d3,,gcc_jit_context_new_array_access()}. 7564 @geindex gcc_jit_context_new_array_access (C function) 7565 @anchor{topics/expressions c gcc_jit_context_new_array_access}@anchor{d3} 7566 @deffn {C Function} gcc_jit_lvalue * gcc_jit_context_new_array_access (gcc_jit_context@w{…
|