Home
last modified time | relevance | path

Searched defs:gen_return (Results 1 – 22 of 22) sorted by relevance

/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
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
143 def gen_return(self, builder: 'IRBuilder', value: Value, line: int) -> None: member in TryFinallyNonlocalControl
/dports/lang/erlang-runtime23/otp-OTP-23.3.4.10/lib/hipe/rtl/
H A Dhipe_icode2rtl.erl334 gen_return(I, VarMap, ConstTab) -> function
/dports/lang/erlang-runtime22/otp-OTP-22.3.4.24/lib/hipe/rtl/
H A Dhipe_icode2rtl.erl334 gen_return(I, VarMap, ConstTab) -> function
/dports/lang/erlang-runtime21/otp-OTP-21.3.8.24/lib/hipe/rtl/
H A Dhipe_icode2rtl.erl334 gen_return(I, VarMap, ConstTab) -> function
/dports/emulators/dosbox/dosbox-0.74-3/src/cpu/core_dyn_x86/
H A Drisc_x86.h1036 static void gen_return(BlockReturn retcode) { in gen_return() function
/dports/emulators/dosbox-staging/dosbox-staging-0.78.0/src/cpu/core_dyn_x86/
H A Drisc_x86.h1043 static void gen_return(BlockReturn retcode) { in gen_return() function
H A Drisc_x64.h1233 static void gen_return(BlockReturn retcode) { in gen_return() function
/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
/dports/games/libretro-dosbox/dosbox-libretro-aa71b67/src/cpu/core_dyn_x86/
H A Drisc_x86.h1034 static void gen_return(BlockReturn retcode) { in gen_return() function
/dports/lang/gcc48/gcc-4.8.5/gcc/
H A Dbb-reorder.c113 #define gen_return() NULL_RTX macro
/dports/devel/mingw32-gcc/gcc-4.8.1/gcc/
H A Dbb-reorder.c113 #define gen_return() NULL_RTX macro
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfgrtl.c63 #define gen_return() NULL_RTX macro
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dcfgrtl.c63 #define gen_return() NULL_RTX macro
/dports/devel/arm-none-eabi-gcc492/gcc-4.9.2/gcc/
H A Dbb-reorder.c114 #define gen_return() NULL_RTX macro
/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
/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
/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
/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
/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
/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
/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
/dports/devel/py-numba/numba-0.51.2/numba/tests/
H A Dtest_stencils.py686 def gen_return(self, var): member in pyStencilGenerator.Builder