/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut01-hello-world.c | 42 gcc_jit_context_new_function (ctxt, NULL, in create_code() 52 gcc_jit_context_new_function (ctxt, NULL, in create_code()
|
H A D | tut05-bf.c | 31 gcc_jit_context_new_function (ctxt, NULL, in make_main() 349 gcc_jit_context_new_function (bfc.ctxt, NULL, in bf_compile() 359 gcc_jit_context_new_function (bfc.ctxt, NULL, in bf_compile()
|
H A D | tut02-square.c | 40 gcc_jit_context_new_function (ctxt, NULL, in create_code()
|
H A D | tut03-sum-of-squares.c | 49 gcc_jit_context_new_function (ctxt, NULL, in create_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut01-hello-world.c | 42 gcc_jit_context_new_function (ctxt, NULL, in create_code() 52 gcc_jit_context_new_function (ctxt, NULL, in create_code()
|
H A D | tut05-bf.c | 31 gcc_jit_context_new_function (ctxt, NULL, in make_main() 349 gcc_jit_context_new_function (bfc.ctxt, NULL, in bf_compile() 359 gcc_jit_context_new_function (bfc.ctxt, NULL, in bf_compile()
|
H A D | tut02-square.c | 40 gcc_jit_context_new_function (ctxt, NULL, in create_code()
|
H A D | tut03-sum-of-squares.c | 49 gcc_jit_context_new_function (ctxt, NULL, in create_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/internals/ |
H A D | test-hello-world.exe.log.txt | 30 JIT: entering: gcc_jit_context_new_function 31 JIT: exiting: gcc_jit_context_new_function 36 JIT: entering: gcc_jit_context_new_function 37 JIT: exiting: gcc_jit_context_new_function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/internals/ |
H A D | test-hello-world.exe.log.txt | 30 JIT: entering: gcc_jit_context_new_function 31 JIT: exiting: gcc_jit_context_new_function 36 JIT: entering: gcc_jit_context_new_function 37 JIT: exiting: gcc_jit_context_new_function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | compilation.rst | 59 :func:`gcc_jit_context_new_function` with `kind` 64 gcc_jit_context_new_function (ctxt,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | compilation.rst | 59 :func:`gcc_jit_context_new_function` with `kind` 64 gcc_jit_context_new_function (ctxt,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.map | 56 gcc_jit_context_new_function;
|
H A D | libgccjit.h | 720 gcc_jit_context_new_function (gcc_jit_context *ctxt,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.map | 56 gcc_jit_context_new_function;
|
H A D | libgccjit.h | 800 gcc_jit_context_new_function (gcc_jit_context *ctxt,
|
H A D | ChangeLog.jit | 57 (gcc_jit_context_new_function): Likewise. Also document that LOC 131 (gcc_jit_context_new_function): Likewise. 139 (gcc_jit_context_new_function): Likewise for "kind". 153 (gcc_jit_context_new_function): Replace use of IS_ASCII_ALPHA and 1030 (gcc_jit_context_new_function): Likewise. 1773 * libgccjit.c (gcc_jit_context_new_function): Pass BUILT_IN_NONE for 1815 (gcc_jit_context_new_function): Require that function names be valid 2915 (gcc_jit_context_new_function): Likewise. 2916 (gcc_jit_context_new_function): Likewise. 3183 (gcc_jit_context_new_function): Likewise.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial02.rst | 122 :c:func:`gcc_jit_context_new_function`: 127 gcc_jit_context_new_function (ctxt, NULL,
|
H A D | tutorial03.rst | 92 gcc_jit_context_new_function (ctxt, NULL,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
H A D | tutorial02.rst | 122 :c:func:`gcc_jit_context_new_function`: 127 gcc_jit_context_new_function (ctxt, NULL,
|
H A D | tutorial03.rst | 92 gcc_jit_context_new_function (ctxt, NULL,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | functions.rst | 61 This is a wrapper around the C API's :c:func:`gcc_jit_context_new_function`.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 534 gcc_jit_context_new_function (state.ctxt, in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | functions.rst | 61 This is a wrapper around the C API's :c:func:`gcc_jit_context_new_function`.
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 534 gcc_jit_context_new_function (state.ctxt, in toyvm_function_compile()
|