/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/ |
H A D | tut02-square.cc | 50 block.end_with_return (expr); in create_code()
|
H A D | tut01-hello-world.cc | 62 block.end_with_return (); in create_code()
|
H A D | tut03-sum-of-squares.cc | 89 b_after_loop.end_with_return (sum); in create_code()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/ |
H A D | tut02-square.cc | 50 block.end_with_return (expr); in create_code()
|
H A D | tut01-hello-world.cc | 62 block.end_with_return (); in create_code()
|
H A D | tut03-sum-of-squares.cc | 89 b_after_loop.end_with_return (sum); in create_code()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/ |
H A D | libgccjit++.h | 444 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 D | libgccjit.c | 2177 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 D | jit-recording.h | 1272 end_with_return (location *loc,
|
H A D | jit-recording.c | 4173 recording::block::end_with_return (recording::location *loc, in end_with_return() function
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/ |
H A D | libgccjit++.h | 462 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 D | libgccjit.cc | 3037 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 D | jit-recording.h | 1375 end_with_return (location *loc,
|
H A D | ChangeLog | 2672 (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 D | jit-recording.cc | 4560 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 D | tutorial02.rst | 187 block.end_with_return (expr);
|
H A D | tutorial03.rst | 310 b_after_loop.end_with_return (sum);
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/intro/ |
H A D | tutorial02.rst | 187 block.end_with_return (expr);
|
H A D | tutorial03.rst | 310 b_after_loop.end_with_return (sum);
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 763 block.end_with_return (x, loc); in create_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/examples/tut04-toyvm/ |
H A D | toyvm.cc | 763 block.end_with_return (x, loc); in create_function()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/cp/topics/ |
H A D | functions.rst | 218 gccjit::block::end_with_return (gccjit::rvalue rvalue, \
|
/netbsd-src/external/gpl3/gcc/dist/gcc/jit/docs/cp/topics/ |
H A D | functions.rst | 218 gccjit::block::end_with_return (gccjit::rvalue rvalue, \
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/jit/docs/_build/texinfo/ |
H A D | libgccjit.texi | 9379 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 D | libgccjit.texi | 10153 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 …]
|