/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | locations.rst | 33 You can construct them using :c:func:`gcc_jit_context_new_location`. 47 gcc_jit_context_new_location (gcc_jit_context *ctxt,\
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | locations.rst | 33 You can construct them using :c:func:`gcc_jit_context_new_location`. 47 gcc_jit_context_new_location (gcc_jit_context *ctxt,\
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.map | 59 gcc_jit_context_new_location;
|
H A D | libgccjit.h | 489 gcc_jit_context_new_location (gcc_jit_context *ctxt,
|
H A D | libgccjit++.h | 719 return location (gcc_jit_context_new_location (m_inner_ctxt, in new_location()
|
H A D | libgccjit.c | 394 gcc_jit_context_new_location (gcc_jit_context *ctxt, in gcc_jit_context_new_location() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.map | 59 gcc_jit_context_new_location;
|
H A D | libgccjit.h | 522 gcc_jit_context_new_location (gcc_jit_context *ctxt,
|
H A D | ChangeLog.jit | 32 (gcc_jit_context_new_location): Likewise. 2905 (gcc_jit_context_new_location): Update preconditions now that we 3174 (gcc_jit_context_new_location): Use new error-checking macros. 3366 * libgccjit.c (gcc_jit_context_new_location): New. 3369 * libgccjit.h (gcc_jit_context_new_location): New. 3372 * libgccjit.map (gcc_jit_context_new_location): New.
|
H A D | libgccjit++.h | 780 return location (gcc_jit_context_new_location (m_inner_ctxt, in new_location()
|
H A D | ChangeLog | 1938 * docs/topics/locations.rst (gcc_jit_context_new_location): 2645 * libgccjit.c (gcc_jit_context_new_location): Pass "true" as 3036 (gcc_jit_context_new_location): Use JIT_LOG_FUNC to
|
H A D | libgccjit.cc | 418 gcc_jit_context_new_location (gcc_jit_context *ctxt, in gcc_jit_context_new_location() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 118 gcc_jit_context_new_location (bfc->ctxt, in bf_compile_char()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 118 gcc_jit_context_new_location (bfc->ctxt, in bf_compile_char()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
H A D | tutorial05.rst | 195 :c:func:`gcc_jit_context_new_location` and
|
H A D | tutorial04.rst | 328 calling :c:func:`gcc_jit_context_new_location` and using the
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial05.rst | 195 :c:func:`gcc_jit_context_new_location` and
|
H A D | tutorial04.rst | 328 calling :c:func:`gcc_jit_context_new_location` and using the
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 523 state.op_locs[pc] = gcc_jit_context_new_location (state.ctxt, in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 523 state.op_locs[pc] = gcc_jit_context_new_location (state.ctxt, in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 2513 state.op_locs[pc] = gcc_jit_context_new_location (state.ctxt, 3126 calling @pxref{41,,gcc_jit_context_new_location()} and using the 4277 gcc_jit_context_new_location (bfc->ctxt, 4761 @pxref{41,,gcc_jit_context_new_location()} and 8210 You can construct them using @pxref{41,,gcc_jit_context_new_location()}. 8226 @geindex gcc_jit_context_new_location (C function) 8227 @anchor{topics/locations gcc_jit_context_new_location}@anchor{41} 8228 @deffn {C Function} gcc_jit_location * gcc_jit_context_new_location (gcc_jit_context@w{ }…
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 2384 state.op_locs[pc] = gcc_jit_context_new_location (state.ctxt, 2791 calling @ref{41,,gcc_jit_context_new_location()} and using the 3881 gcc_jit_context_new_location (bfc->ctxt, 4344 @ref{41,,gcc_jit_context_new_location()} and 8362 You can construct them using @ref{41,,gcc_jit_context_new_location()}. 8376 @geindex gcc_jit_context_new_location (C function) 8377 @anchor{topics/locations c gcc_jit_context_new_location}@anchor{41} 8378 @deffn {C Function} gcc_jit_location * gcc_jit_context_new_location (gcc_jit_context@w{ }…
|