/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 133 gcc_jit_context_new_call (bfc->ctxt, in bf_compile_char() 197 gcc_jit_context_new_call (bfc->ctxt, in bf_compile_char() 213 gcc_jit_context_new_call (bfc->ctxt, in bf_compile_char()
|
H A D | tut01-hello-world.c | 67 gcc_jit_context_new_call (ctxt, in create_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut05-bf.c | 133 gcc_jit_context_new_call (bfc->ctxt, in bf_compile_char() 197 gcc_jit_context_new_call (bfc->ctxt, in bf_compile_char() 213 gcc_jit_context_new_call (bfc->ctxt, in bf_compile_char()
|
H A D | tut01-hello-world.c | 67 gcc_jit_context_new_call (ctxt, in create_code()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | expressions.rst | 405 gcc_jit_context_new_call (gcc_jit_context *ctxt,\ 415 :c:func:`gcc_jit_context_new_call` merely builds a 430 gcc_jit_context_new_call ( 450 The same caveat as for :c:func:`gcc_jit_context_new_call` applies. 457 :c:func:`gcc_jit_context_new_call` or
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.map | 50 gcc_jit_context_new_call;
|
H A D | TODO.rst | 95 for gcc_jit_context_new_call vs gcc_jit_block_add_eval)
|
H A D | libgccjit.h | 984 gcc_jit_context_new_call (gcc_jit_context *ctxt,
|
H A D | libgccjit++.h | 1141 return gcc_jit_context_new_call (m_inner_ctxt, in new_call()
|
H A D | libgccjit.c | 1451 gcc_jit_context_new_call (gcc_jit_context *ctxt, in gcc_jit_context_new_call() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/ |
H A D | test-hello-world.exe.log.txt | 44 JIT: entering: gcc_jit_context_new_call 45 JIT: exiting: gcc_jit_context_new_call
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/internals/ |
H A D | test-hello-world.exe.log.txt | 44 JIT: entering: gcc_jit_context_new_call 45 JIT: exiting: gcc_jit_context_new_call
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | expressions.rst | 554 gcc_jit_context_new_call (gcc_jit_context *ctxt,\ 564 :c:func:`gcc_jit_context_new_call` merely builds a 579 gcc_jit_context_new_call ( 599 The same caveat as for :c:func:`gcc_jit_context_new_call` applies. 606 :c:func:`gcc_jit_context_new_call` or
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.map | 50 gcc_jit_context_new_call;
|
H A D | TODO.rst | 95 for gcc_jit_context_new_call vs gcc_jit_block_add_eval)
|
H A D | libgccjit.h | 1232 gcc_jit_context_new_call (gcc_jit_context *ctxt,
|
H A D | ChangeLog.jit | 85 (gcc_jit_context_new_call): Likewise. 1053 (gcc_jit_context_new_call): Likewise. 1846 (gcc_jit_context_new_call): Check for NULL entries within the 2211 * libgccjit.c (gcc_jit_context_new_call): ...here, and add 2222 * TODO.rst (argument checking of gcc_jit_context_new_call): Done. 2929 (gcc_jit_context_new_call): Likewise. 2930 (gcc_jit_context_new_call): Likewise. 3195 (gcc_jit_context_new_call): Likewise.
|
H A D | libgccjit++.h | 1202 return gcc_jit_context_new_call (m_inner_ctxt, in new_call()
|
H A D | libgccjit.cc | 2212 gcc_jit_context_new_call (gcc_jit_context *ctxt, in gcc_jit_context_new_call() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 696 gcc_jit_context_new_call ( in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 696 gcc_jit_context_new_call ( in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | expressions.rst | 448 gcc_jit_context_new_call (gcc_jit_context *ctxt,\
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | expressions.rst | 448 gcc_jit_context_new_call (gcc_jit_context *ctxt,\
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 500 gcc_jit_context_new_call (ctxt, 2805 gcc_jit_context_new_call ( 4292 gcc_jit_context_new_call (bfc->ctxt, 4356 gcc_jit_context_new_call (bfc->ctxt, 4372 gcc_jit_context_new_call (bfc->ctxt, 7144 @geindex gcc_jit_context_new_call (C function) 7145 @anchor{topics/expressions gcc_jit_context_new_call}@anchor{b6} 7146 @deffn {C Function} gcc_jit_rvalue * gcc_jit_context_new_call (gcc_jit_context@w{ }*ctxt,… 7153 @pxref{b6,,gcc_jit_context_new_call()} merely builds a 7167 gcc_jit_context_new_call ( [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 526 gcc_jit_context_new_call (ctxt, 2649 gcc_jit_context_new_call ( 3896 gcc_jit_context_new_call (bfc->ctxt, 3960 gcc_jit_context_new_call (bfc->ctxt, 3976 gcc_jit_context_new_call (bfc->ctxt, 7058 @geindex gcc_jit_context_new_call (C function) 7059 @anchor{topics/expressions c gcc_jit_context_new_call}@anchor{d7} 7060 @deffn {C Function} gcc_jit_rvalue * gcc_jit_context_new_call (gcc_jit_context@w{ }*ctxt,… 7067 @ref{d7,,gcc_jit_context_new_call()} merely builds a 7081 gcc_jit_context_new_call ( [all …]
|