Home
last modified time | relevance | path

Searched refs:gen_return (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/dports/devel/py-mypy/mypy-0.910/mypyc/irbuild/
H A Dnonlocalcontrol.py40 def gen_return(self, builder: 'IRBuilder', value: Value, line: int) -> None: pass member in NonlocalControl
52 def gen_return(self, builder: 'IRBuilder', value: Value, line: int) -> None: member in BaseNonlocalControl
73 def gen_return(self, builder: 'IRBuilder', value: Value, line: int) -> None: member in LoopNonlocalControl
74 self.outer.gen_return(builder, value, line)
80 def gen_return(self, builder: 'IRBuilder', value: Value, line: int) -> None: member in GeneratorNonlocalControl
125 def gen_return(self, builder: 'IRBuilder', value: Value, line: int) -> None: member in CleanupNonlocalControl
127 self.outer.gen_return(builder, value, line)
143 def gen_return(self, builder: 'IRBuilder', value: Value, line: int) -> None: member in TryFinallyNonlocalControl
H A Dstatement.py71 builder.nonlocal_control[-1].gen_return(builder, retval, stmt.line)
481 builder.nonlocal_control[-1].gen_return(builder, ret_reg, -1)
/dports/emulators/dosbox/dosbox-0.74-3/src/cpu/core_dyn_x86/
H A Dcache.h471 static void gen_return(BlockReturn retcode);
533 gen_return(BR_Link1); in cache_init()
536 gen_return(BR_Link2); in cache_init()
630 gen_return(BR_Link1); in cache_reset()
633 gen_return(BR_Link2); in cache_reset()
H A Ddecoder.h392 gen_return(BR_Cycles); in dyn_fill_blocks()
398 gen_return(BR_Cycles); in dyn_fill_blocks()
1781 gen_return(code); in dyn_normal_exit()
1885 gen_return(BR_Normal); in dyn_ret_near()
2618 gen_return(BR_CallBack); in CreateCacheBlock()
2691 gen_return(BR_Normal); in CreateCacheBlock()
2698 gen_return(BR_Opcode); in CreateCacheBlock()
2705 gen_return(BR_OpcodeFull); in CreateCacheBlock()
H A Drisc_x86.h1036 static void gen_return(BlockReturn retcode) { in gen_return() function
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/cpu/core_dyn_x86/
H A Dcache.h470 static void gen_return(BlockReturn retcode);
532 gen_return(BR_Link1); in cache_init()
535 gen_return(BR_Link2); in cache_init()
629 gen_return(BR_Link1); in cache_reset()
632 gen_return(BR_Link2); in cache_reset()
H A Ddecoder.h391 gen_return(BR_Cycles); in dyn_fill_blocks()
397 gen_return(BR_Cycles); in dyn_fill_blocks()
1780 gen_return(code); in dyn_normal_exit()
1884 gen_return(BR_Normal); in dyn_ret_near()
2617 gen_return(BR_CallBack); in CreateCacheBlock()
2690 gen_return(BR_Normal); in CreateCacheBlock()
2697 gen_return(BR_Opcode); in CreateCacheBlock()
2704 gen_return(BR_OpcodeFull); in CreateCacheBlock()
/dports/lang/gforth/gforth-0.7.3/vmgen-ex2/
H A Dmini.y87 END FUNC ';' { gen_return(&vmcodep, -adjust(locals)); }
/dports/lang/gforth/gforth-0.7.3/vmgen-ex/
H A Dmini.y87 END FUNC ';' { gen_return(&vmcodep, -adjust(locals)); }
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/libnghttp2-sys-0.1.7+1.45.0/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dcodegen.c435 gen_return(codegen_scope *s, uint8_t op, uint16_t src) in gen_return() function
733 gen_return(s, OP_RETURN, cursp()); in for_body()
912 gen_return(s, OP_RETURN, cursp()); in lambda_body()
927 gen_return(scope, OP_RETURN, scope->sp-1); in scope_body()
2237 gen_return(s, OP_RETURN_BLK, cursp()); in codegen()
2240 gen_return(s, OP_RETURN, cursp()); in codegen()
2298 gen_return(s, OP_RETURN, cursp()); in codegen()
3183 gen_return(s, OP_BREAK, cursp()); in loop_break()
/dports/net/proby/proby-1.0.2/cargo-crates/libnghttp2-sys-0.1.4+1.41.0/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dcodegen.c447 gen_return(codegen_scope *s, uint8_t op, uint16_t src) in gen_return() function
711 gen_return(s, OP_RETURN, cursp()); in for_body()
878 gen_return(s, OP_RETURN, cursp()); in lambda_body()
896 gen_return(scope, OP_RETURN, scope->sp-1); in scope_body()
2181 gen_return(s, OP_RETURN_BLK, cursp()); in codegen()
2184 gen_return(s, OP_RETURN, cursp()); in codegen()
2242 gen_return(s, OP_RETURN, cursp()); in codegen()
3114 gen_return(s, OP_BREAK, cursp()); in loop_break()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/libnghttp2-sys-0.1.6+1.43.0/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dcodegen.c435 gen_return(codegen_scope *s, uint8_t op, uint16_t src) in gen_return() function
733 gen_return(s, OP_RETURN, cursp()); in for_body()
912 gen_return(s, OP_RETURN, cursp()); in lambda_body()
927 gen_return(scope, OP_RETURN, scope->sp-1); in scope_body()
2237 gen_return(s, OP_RETURN_BLK, cursp()); in codegen()
2240 gen_return(s, OP_RETURN, cursp()); in codegen()
2298 gen_return(s, OP_RETURN, cursp()); in codegen()
3183 gen_return(s, OP_BREAK, cursp()); in loop_break()
/dports/www/libnghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dcodegen.c435 gen_return(codegen_scope *s, uint8_t op, uint16_t src) in gen_return() function
733 gen_return(s, OP_RETURN, cursp()); in for_body()
912 gen_return(s, OP_RETURN, cursp()); in lambda_body()
927 gen_return(scope, OP_RETURN, scope->sp-1); in scope_body()
2237 gen_return(s, OP_RETURN_BLK, cursp()); in codegen()
2240 gen_return(s, OP_RETURN, cursp()); in codegen()
2298 gen_return(s, OP_RETURN, cursp()); in codegen()
3183 gen_return(s, OP_BREAK, cursp()); in loop_break()
/dports/lang/rust/rustc-1.58.1-src/vendor/libnghttp2-sys/nghttp2/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dcodegen.c447 gen_return(codegen_scope *s, uint8_t op, uint16_t src) in gen_return() function
711 gen_return(s, OP_RETURN, cursp()); in for_body()
878 gen_return(s, OP_RETURN, cursp()); in lambda_body()
896 gen_return(scope, OP_RETURN, scope->sp-1); in scope_body()
2181 gen_return(s, OP_RETURN_BLK, cursp()); in codegen()
2184 gen_return(s, OP_RETURN, cursp()); in codegen()
2242 gen_return(s, OP_RETURN, cursp()); in codegen()
3114 gen_return(s, OP_BREAK, cursp()); in loop_break()
/dports/www/h2o-devel/h2o-dcc7134/deps/mruby/mrbgems/mruby-compiler/core/
H A Dcodegen.c446 gen_return(codegen_scope *s, uint8_t op, uint16_t src) in gen_return() function
710 gen_return(s, OP_RETURN, cursp()); in for_body()
877 gen_return(s, OP_RETURN, cursp()); in lambda_body()
895 gen_return(scope, OP_RETURN, scope->sp-1); in scope_body()
2179 gen_return(s, OP_RETURN_BLK, cursp()); in codegen()
2182 gen_return(s, OP_RETURN, cursp()); in codegen()
2240 gen_return(s, OP_RETURN, cursp()); in codegen()
3111 gen_return(s, OP_BREAK, cursp()); in loop_break()
/dports/www/nghttp2/nghttp2-1.46.0/third-party/mruby/mrbgems/mruby-compiler/core/
H A Dcodegen.c435 gen_return(codegen_scope *s, uint8_t op, uint16_t src) in gen_return() function
733 gen_return(s, OP_RETURN, cursp()); in for_body()
912 gen_return(s, OP_RETURN, cursp()); in lambda_body()
927 gen_return(scope, OP_RETURN, scope->sp-1); in scope_body()
2237 gen_return(s, OP_RETURN_BLK, cursp()); in codegen()
2240 gen_return(s, OP_RETURN, cursp()); in codegen()
2298 gen_return(s, OP_RETURN, cursp()); in codegen()
3183 gen_return(s, OP_BREAK, cursp()); in loop_break()
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/rtl/
H A Dhipe_icode2rtl.erl130 gen_return(I, VarMap, ConstTab);
334 gen_return(I, VarMap, ConstTab) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/rtl/
H A Dhipe_icode2rtl.erl130 gen_return(I, VarMap, ConstTab);
334 gen_return(I, VarMap, ConstTab) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/rtl/
H A Dhipe_icode2rtl.erl130 gen_return(I, VarMap, ConstTab);
334 gen_return(I, VarMap, ConstTab) -> function
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/
H A Dcore_dyn_x86.cpp161 #define dyn_return(a,b) gen_return(a)
H A Ddyn_cache.h730 static void gen_return(BlockReturn retcode);
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/core_dyn_x86/
H A Ddecoder.h399 gen_return(BR_Cycles); in dyn_fill_blocks()
405 gen_return(BR_Cycles); in dyn_fill_blocks()
1998 gen_return(BR_Normal); in dyn_ret_near()
2824 gen_return(BR_CallBack); in CreateCacheBlock()
2898 gen_return(BR_Normal); in CreateCacheBlock()
2905 gen_return(BR_Opcode); in CreateCacheBlock()
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dbb-reorder.c102 #define gen_return() NULL_RTX macro
1636 new_jump = emit_jump_insn_after (gen_return (), in fix_crossing_conditional_branches()
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfgrtl.c63 #define gen_return() NULL_RTX macro
1112 emit_jump_insn_after_noloc (gen_return (), BB_END (jump_block)); in force_nonfallthru_and_redirect()
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfgrtl.c63 #define gen_return() NULL_RTX macro
1112 emit_jump_insn_after_noloc (gen_return (), BB_END (jump_block)); in force_nonfallthru_and_redirect()

12345678910>>...17