/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut01-hello-world.cc | 43 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code() 53 ctxt.new_function (GCC_JIT_FUNCTION_IMPORTED, in create_code()
|
H A D | tut02-square.cc | 39 gccjit::function func = ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code()
|
H A D | tut03-sum-of-squares.cc | 48 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut01-hello-world.cc | 43 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code() 53 ctxt.new_function (GCC_JIT_FUNCTION_IMPORTED, in create_code()
|
H A D | tut02-square.cc | 39 gccjit::function func = ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code()
|
H A D | tut03-sum-of-squares.cc | 48 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code()
|
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/ |
H A D | interception_win.h | 40 const char *function_name, uptr new_function,
|
H A D | interception_win.cc | 950 const char *function_name, uptr new_function, in OverrideImportedFunction() argument 1007 iat->u1.AddressOfData = new_function; in OverrideImportedFunction()
|
/netbsd-src/sys/external/bsd/compiler_rt/dist/lib/interception/ |
H A D | interception_win.h | 42 const char *function_name, uptr new_function,
|
H A D | interception_win.cc | 952 const char *function_name, uptr new_function, in OverrideImportedFunction() argument 1009 iat->u1.AddressOfData = new_function; in OverrideImportedFunction()
|
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/interception/ |
H A D | interception_win.h | 41 const char *function_name, uptr new_function,
|
H A D | interception_win.cpp | 1003 const char *function_name, uptr new_function, in OverrideImportedFunction() argument 1060 iat->u1.AddressOfData = new_function; in OverrideImportedFunction()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial02.rst | 124 :c:func:`gccjit::context::new_function`: 129 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
|
H A D | tutorial03.rst | 100 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial02.rst | 124 :c:func:`gccjit::context::new_function`: 129 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
|
H A D | tutorial03.rst | 100 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | ChangeLog.jit | 1120 (gcc::jit::playback::context::new_function): Likewise. 1598 (gcc::jit::recording::context::new_function): Add function to the 1774 the new argument of new_function 1778 (gcc::jit::recording::context::new_function): Add parameter 1794 (gcc::jit::recording::context::new_function): Add parameter 1807 (gcc::jit::playback::function::new_function): Add parameter for 1951 (gccjit::context::new_function): Likewise, for "params" arg. 1961 (gccjit::context::new_function): Likewise. 1982 (gccjit::context::new_function): Likewise. 2087 (context::new_function): Likewise. [all …]
|
H A D | jit-playback.h | 101 new_function (location *loc,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | jit-playback.h | 100 new_function (location *loc,
|
H A D | libgccjit++.h | 171 function new_function (enum gcc_jit_function_kind kind, 818 context::new_function (enum gcc_jit_function_kind kind, in new_function() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 615 fn = ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 615 fn = ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | functions.rst | 50 gccjit::context::new_function (enum gcc_jit_function_kind,\
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | functions.rst | 50 gccjit::context::new_function (enum gcc_jit_function_kind,\
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 7422 tree new_function, first_param, result; in resolve_overloaded_builtin() local 7435 new_function = builtin_decl_explicit (fncode); in resolve_overloaded_builtin() 7436 result = build_function_call_vec (loc, vNULL, new_function, params, in resolve_overloaded_builtin() 7569 tree new_function, first_param, result; in resolve_overloaded_builtin() local 7576 new_function = builtin_decl_explicit (fncode); in resolve_overloaded_builtin() 7577 if (!sync_resolve_params (loc, function, new_function, params, in resolve_overloaded_builtin() 7582 result = build_function_call_vec (loc, vNULL, new_function, params, in resolve_overloaded_builtin()
|