/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut03-sum-of-squares.c | 57 gcc_jit_function_new_local (func, NULL, the_type, "i"); in create_code() 59 gcc_jit_function_new_local (func, NULL, the_type, "sum"); in create_code()
|
H A D | tut05-bf.c | 380 gcc_jit_function_new_local (bfc.func, NULL, in bf_compile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut03-sum-of-squares.c | 57 gcc_jit_function_new_local (func, NULL, the_type, "i"); in create_code() 59 gcc_jit_function_new_local (func, NULL, the_type, "sum"); in create_code()
|
H A D | tut05-bf.c | 380 gcc_jit_function_new_local (bfc.func, NULL, in bf_compile()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 543 gcc_jit_function_new_local (state.fn, NULL, in toyvm_function_compile() 546 gcc_jit_function_new_local (state.fn, NULL, in toyvm_function_compile() 549 gcc_jit_function_new_local (state.fn, NULL, in toyvm_function_compile() 552 gcc_jit_function_new_local (state.fn, NULL, in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.c | 543 gcc_jit_function_new_local (state.fn, NULL, in toyvm_function_compile() 546 gcc_jit_function_new_local (state.fn, NULL, in toyvm_function_compile() 549 gcc_jit_function_new_local (state.fn, NULL, in toyvm_function_compile() 552 gcc_jit_function_new_local (state.fn, NULL, in toyvm_function_compile()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/intro/ |
H A D | tutorial03.rst | 146 calling :c:func:`gcc_jit_function_new_local`, supplying a type and a 153 gcc_jit_function_new_local (func, NULL, the_type, "i"); 155 gcc_jit_function_new_local (func, NULL, the_type, "sum");
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/intro/ |
H A D | tutorial03.rst | 146 calling :c:func:`gcc_jit_function_new_local`, supplying a type and a 153 gcc_jit_function_new_local (func, NULL, the_type, "i"); 155 gcc_jit_function_new_local (func, NULL, the_type, "sum");
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit.map | 83 gcc_jit_function_new_local;
|
H A D | libgccjit.h | 1054 gcc_jit_function_new_local (gcc_jit_function *func,
|
H A D | libgccjit++.h | 1436 return lvalue (gcc_jit_function_new_local (get_inner_function (), in new_local()
|
H A D | libgccjit.c | 1894 gcc_jit_function_new_local (gcc_jit_function *func, in gcc_jit_function_new_local() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit.map | 83 gcc_jit_function_new_local;
|
H A D | libgccjit.h | 1373 gcc_jit_function_new_local (gcc_jit_function *func,
|
H A D | ChangeLog.jit | 99 (gcc_jit_function_new_local): Likewise. 1064 (gcc_jit_function_new_local): Likewise. 1748 * libgccjit.c (gcc_jit_function_new_local): Use the context of the 3054 * libgccjit.c (gcc_jit_function_new_local): Use a more clear 3198 (gcc_jit_function_new_local): Likewise. 3287 (gcc_jit_function_new_local): ...this, and change return type 3293 (gcc_jit_function_new_local): ...this, and change return type 3298 (gcc_jit_function_new_local): ...this.
|
H A D | ChangeLog | 270 (gcc_jit_function_new_local): Likewise. 917 (Functions): Likewise for gcc_jit_function_new_local. 930 (gcc_jit_function_new_local): Likewise. 1889 (gcc_jit_function_new_local): Likewise for local. 1906 (gcc_jit_function_new_local): Likewise. 3073 (gcc_jit_function_new_local): Likewise.
|
H A D | libgccjit++.h | 1505 return lvalue (gcc_jit_function_new_local (get_inner_function (), in new_local()
|
H A D | libgccjit.cc | 2749 gcc_jit_function_new_local (gcc_jit_function *func, in gcc_jit_function_new_local() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/topics/ |
H A D | functions.rst | 143 gcc_jit_function_new_local (gcc_jit_function *func,\
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/topics/ |
H A D | functions.rst | 160 gcc_jit_function_new_local (gcc_jit_function *func,\
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 1363 calling @pxref{26,,gcc_jit_function_new_local()}, supplying a type and a 1369 gcc_jit_function_new_local (func, NULL, the_type, "i"); 1371 gcc_jit_function_new_local (func, NULL, the_type, "sum"); 1709 gcc_jit_function_new_local (func, NULL, the_type, "i"); 1711 gcc_jit_function_new_local (func, NULL, the_type, "sum"); 2554 gcc_jit_function_new_local (state.fn, NULL, 2557 gcc_jit_function_new_local (state.fn, NULL, 2560 gcc_jit_function_new_local (state.fn, NULL, 2563 gcc_jit_function_new_local (state.fn, NULL, 4539 gcc_jit_function_new_local (bfc.func, NULL, [all …]
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 1299 calling @ref{26,,gcc_jit_function_new_local()}, supplying a type and a 1305 gcc_jit_function_new_local (func, NULL, the_type, "i"); 1307 gcc_jit_function_new_local (func, NULL, the_type, "sum"); 1613 gcc_jit_function_new_local (func, NULL, the_type, "i"); 1615 gcc_jit_function_new_local (func, NULL, the_type, "sum"); 2419 gcc_jit_function_new_local (state.fn, NULL, 2422 gcc_jit_function_new_local (state.fn, NULL, 2425 gcc_jit_function_new_local (state.fn, NULL, 2428 gcc_jit_function_new_local (state.fn, NULL, 4143 gcc_jit_function_new_local (bfc.func, NULL, [all …]
|
/netbsd-src/external/gpl3/gcc/dist/ |
H A D | MD5SUMS | 90975 d28c4367b0aa5a5959dad3db792843f0 gcc/testsuite/jit.dg/test-error-gcc_jit_function_new_local-opaque… 90976 01e60810839d7c4d1be8e6ee60a4cdaa gcc/testsuite/jit.dg/test-error-gcc_jit_function_new_local-void-t…
|
/netbsd-src/external/gpl3/gcc.old/dist/ |
H A D | MD5SUMS | 78729 d28c4367b0aa5a5959dad3db792843f0 gcc/testsuite/jit.dg/test-error-gcc_jit_function_new_local-opaque…
|