Searched refs:new_function (Results 1 - 14 of 14) sorted by relevance

/haiku-buildtools/gcc/gcc/jit/docs/examples/
H A Dtut01-hello-world.cc43 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
53 ctxt.new_function (GCC_JIT_FUNCTION_IMPORTED,
H A Dtut02-square.cc39 gccjit::function func = ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
H A Dtut03-sum-of-squares.cc48 ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-operator-overloading.cc127 testcase.ctxt.new_function (GCC_JIT_FUNCTION_IMPORTED,
143 testcase.ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
185 testcase.ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
H A Dtest-quadratic.cc126 testcase.ctxt.new_function (GCC_JIT_FUNCTION_IMPORTED,
142 testcase.ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
199 testcase.ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
H A Dtest-switch.cc43 gccjit::function func = ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
/haiku-buildtools/gcc/gcc/jit/
H A Djit-playback.h91 new_function (location *loc,
H A Dlibgccjit++.h159 function new_function (enum gcc_jit_function_kind kind,
732 context::new_function (enum gcc_jit_function_kind kind, function in class:gccjit::context
H A Djit-recording.h123 new_function (location *loc,
H A Djit-playback.c387 new_function (location *loc, function in class:playback::context
H A Djit-recording.c880 recording::context::new_function (recording::location *loc, function in class:recording::context
3365 set_playback_obj (r->new_function (playback_location (r, m_loc),
H A Dlibgccjit.c813 gcc::jit::recording::context::new_function method, in
884 ctxt->new_function (loc, kind, return_type, name,
/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc591 fn = ctxt.new_function (GCC_JIT_FUNCTION_EXPORTED,
/haiku-buildtools/gcc/gcc/c-family/
H A Dc-common.c11227 tree new_function, first_param, result;
11234 new_function = builtin_decl_explicit (fncode);
11235 if (!sync_resolve_params (loc, function, new_function, params,
11240 result = build_function_call_vec (loc, vNULL, new_function, params,
11208 tree new_function, first_param, result; local

Completed in 233 milliseconds