Searched refs:end_with_return (Results 1 - 11 of 11) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/jit.dg/
H A Dtest-switch.cc73 b_case_0_5.end_with_return (ctxt.new_rvalue (t_int, 3));
74 b_case_25_27.end_with_return (ctxt.new_rvalue (t_int, 4));
75 b_case_m42_m17.end_with_return (ctxt.new_rvalue (t_int, 83));
76 b_case_40.end_with_return (ctxt.new_rvalue (t_int, 8));
77 b_default.end_with_return (ctxt.new_rvalue (t_int, 10));
H A Dtest-operator-overloading.cc163 block.end_with_return ();
243 on_positive_discriminant.end_with_return (
260 on_zero_discriminant.end_with_return (testcase.int_type.one ());
264 on_negative_discriminant.end_with_return (testcase.int_type.zero ());
H A Dtest-quadratic.cc177 block.end_with_return ();
288 on_positive_discriminant.end_with_return (
314 on_zero_discriminant.end_with_return (
319 on_negative_discriminant.end_with_return (
/haiku-buildtools/gcc/gcc/jit/docs/examples/
H A Dtut01-hello-world.cc62 block.end_with_return ();
H A Dtut02-square.cc50 block.end_with_return (expr);
H A Dtut03-sum-of-squares.cc89 b_after_loop.end_with_return (sum);
/haiku-buildtools/gcc/gcc/jit/
H A Dlibgccjit++.h425 void end_with_return (rvalue rvalue,
427 void end_with_return (location loc = location ());
1387 block::end_with_return (rvalue rvalue, function in class:gccjit::block
1396 block::end_with_return (location loc) function in class:gccjit::block
H A Dlibgccjit.c2069 gcc::jit::recording::block::end_with_return method in
2095 gcc::jit::recording::statement *stmt = block->end_with_return (loc, rvalue);
2108 gcc::jit::recording::block::end_with_return method in
2128 block->end_with_return (loc, NULL);
H A Djit-recording.h1160 end_with_return (location *loc,
H A Djit-recording.c3756 /* Create a recording::end_with_return instance and add it to
3765 recording::block::end_with_return (recording::location *loc, function in class:recording::block
/haiku-buildtools/gcc/gcc/jit/docs/examples/tut04-toyvm/
H A Dtoyvm.cc739 block.end_with_return (x, loc);

Completed in 125 milliseconds