Home
last modified time | relevance | path

Searched refs:end_with_return (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/
H A Dtut02-square.cc50 block.end_with_return (expr); in create_code()
H A Dtut01-hello-world.cc62 block.end_with_return (); in create_code()
H A Dtut03-sum-of-squares.cc89 b_after_loop.end_with_return (sum); in create_code()
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/
H A Dtut02-square.cc50 block.end_with_return (expr); in create_code()
H A Dtut01-hello-world.cc62 block.end_with_return (); in create_code()
H A Dtut03-sum-of-squares.cc89 b_after_loop.end_with_return (sum); in create_code()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/
H A Dlibgccjit++.h444 void end_with_return (rvalue rvalue,
446 void end_with_return (location loc = location ());
1520 block::end_with_return (rvalue rvalue, in end_with_return() function
1529 block::end_with_return (location loc) in end_with_return() function
H A Dlibgccjit.c2177 gcc::jit::recording::statement *stmt = block->end_with_return (loc, rvalue); in gcc_jit_block_end_with_return()
2210 block->end_with_return (loc, NULL); in gcc_jit_block_end_with_void_return()
H A Djit-recording.h1272 end_with_return (location *loc,
H A Djit-recording.c4173 recording::block::end_with_return (recording::location *loc, in end_with_return() function
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/
H A Dlibgccjit++.h462 void end_with_return (rvalue rvalue,
464 void end_with_return (location loc = location ());
1589 block::end_with_return (rvalue rvalue, in end_with_return() function
1598 block::end_with_return (location loc) in end_with_return() function
H A Dlibgccjit.cc3037 gcc::jit::recording::statement *stmt = block->end_with_return (loc, rvalue); in gcc_jit_block_end_with_return()
3070 block->end_with_return (loc, NULL); in gcc_jit_block_end_with_void_return()
H A Djit-recording.h1375 end_with_return (location *loc,
H A DChangeLog2672 (gcc::jit::recording::block::end_with_return): Likewise.
2710 (block::end_with_return): Likewise.
2744 now that block::end_with_return is now non-void.
H A Djit-recording.cc4560 recording::block::end_with_return (recording::location *loc, in end_with_return() function in gcc::jit::recording::block
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/intro/
H A Dtutorial02.rst187 block.end_with_return (expr);
H A Dtutorial03.rst310 b_after_loop.end_with_return (sum);
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/
H A Dtutorial02.rst187 block.end_with_return (expr);
H A Dtutorial03.rst310 b_after_loop.end_with_return (sum);
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc763 block.end_with_return (x, loc); in create_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc763 block.end_with_return (x, loc); in create_function()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/
H A Dfunctions.rst218 gccjit::block::end_with_return (gccjit::rvalue rvalue, \
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/
H A Dfunctions.rst218 gccjit::block::end_with_return (gccjit::rvalue rvalue, \
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi9379 block.end_with_return ();
9673 block.end_with_return (expr);
9898 block.end_with_return (expr);
10372 b_after_loop.end_with_return (sum);
10556 b_after_loop.end_with_return (sum);
11549 block.end_with_return (x, loc);
14517 @geindex gccjit;;block;;end_with_return (C++ function)
14519 @deffn {C++ Function} void gccjit::block::end_with_return (gccjit::rvalue rvalue, gccjit::location …
14705 b_case_0_5.end_with_return (ctxt.new_rvalue (t_int, 3));
14706 b_case_25_27.end_with_return (ctxt.new_rvalue (t_int, 4));
[all …]
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/_build/texinfo/
H A Dlibgccjit.texi10153 block.end_with_return ();
10408 block.end_with_return (expr);
10611 block.end_with_return (expr);
11034 b_after_loop.end_with_return (sum);
11208 b_after_loop.end_with_return (sum);
12144 block.end_with_return (x, loc);
14845 @geindex gccjit;;block;;end_with_return (C++ function)
14847 @deffn {C++ Function} void gccjit::@ref{18b,,block}::end_with_return (gccjit::rvalue rvalue, gccjit…
15008 b_case_0_5.end_with_return (ctxt.new_rvalue (t_int, 3));
15009 b_case_25_27.end_with_return (ctxt.new_rvalue (t_int, 4));
[all …]

12