Home
last modified time | relevance | path

Searched refs:new_function (Results 1 – 25 of 38) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.cc43 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code()
53 ctxt.new_function (GCC_JIT_FUNCTION_IMPORTED, in create_code()
H A Dtut02-square.cc39 gccjit::function func = ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code()
H A Dtut03-sum-of-squares.cc48 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut01-hello-world.cc43 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code()
53 ctxt.new_function (GCC_JIT_FUNCTION_IMPORTED, in create_code()
H A Dtut02-square.cc39 gccjit::function func = ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code()
H A Dtut03-sum-of-squares.cc48 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED, in create_code()
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/interception/
H A Dinterception_win.h40 const char *function_name, uptr new_function,
H A Dinterception_win.cc950 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 Dinterception_win.h42 const char *function_name, uptr new_function,
H A Dinterception_win.cc952 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 Dinterception_win.h41 const char *function_name, uptr new_function,
H A Dinterception_win.cpp1003 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 Dtutorial02.rst124 :c:func:`gccjit::context::new_function`:
129 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
H A Dtutorial03.rst100 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/
H A Dtutorial02.rst124 :c:func:`gccjit::context::new_function`:
129 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
H A Dtutorial03.rst100 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A DChangeLog.jit1120 (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 Djit-playback.h101 new_function (location *loc,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Djit-playback.h100 new_function (location *loc,
H A Dlibgccjit++.h171 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 Dtoyvm.cc615 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 Dtoyvm.cc615 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 Dfunctions.rst50 gccjit::context::new_function (enum gcc_jit_function_kind,\
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dfunctions.rst50 gccjit::context::new_function (enum gcc_jit_function_kind,\
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c7422 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()

12