Home
last modified time | relevance | path

Searched refs:ruby_tag_type (Results 1 – 17 of 17) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/
H A Deval_intern.h181 enum ruby_tag_type state = ec->tag->state; in rb_ec_tag_state()
186 NORETURN(static inline void rb_ec_tag_jump(const rb_execution_context_t *ec, enum ruby_tag_type st)…
188 rb_ec_tag_jump(const rb_execution_context_t *ec, enum ruby_tag_type st) in rb_ec_tag_jump()
H A Deval_jump.c113 enum ruby_tag_type state; in rb_exec_end_proc()
H A Deval.c53 enum ruby_tag_type state; in ruby_setup()
112 enum ruby_tag_type state; in ruby_options()
573 enum ruby_tag_type state; in setup_exception()
908 enum ruby_tag_type state; in rb_vrescue2()
1034 volatile enum ruby_tag_type state; in rb_protect()
H A Ddebug.c26 enum ruby_tag_type tag_type;
H A Dvm_eval.c1121 enum ruby_tag_type state; in rb_iterate0()
1508 enum ruby_tag_type state; in rb_eval_cmd()
1970 enum ruby_tag_type *stateptr, rb_execution_context_t *volatile ec) in vm_catch_protect()
1972 enum ruby_tag_type state; in vm_catch_protect()
1998 rb_catch_protect(VALUE t, rb_block_call_func *func, VALUE data, enum ruby_tag_type *stateptr) in rb_catch_protect()
2006 enum ruby_tag_type state; in rb_catch_obj()
H A Dload.c574 enum ruby_tag_type state; in rb_load_internal0()
667 enum ruby_tag_type state; in rb_load_protect()
995 enum ruby_tag_type state; in rb_require_internal()
H A Dvm_core.h181 enum ruby_tag_type { enum
795 enum ruby_tag_type state;
1695 VALUE rb_catch_protect(VALUE t, rb_block_call_func *func, VALUE data, enum ruby_tag_type *stateptr);
H A Dvm_trace.c337 enum ruby_tag_type state; in exec_hooks_protected()
421 enum ruby_tag_type state; in rb_suppress_tracing()
H A Dthread.c702 enum ruby_tag_type state; in thread_start_func_2()
1565 enum ruby_tag_type state; in rb_thread_io_blocking_region()
1990 enum ruby_tag_type state; in rb_thread_s_handle_interrupt()
4965 enum ruby_tag_type state; in exec_recursive()
H A Dvm.c1870 vm_exec_handle_exception(rb_execution_context_t *ec, enum ruby_tag_type state,
1876 enum ruby_tag_type state; in vm_exec()
1907 vm_exec_handle_exception(rb_execution_context_t *ec, enum ruby_tag_type state, in vm_exec_handle_exception()
H A Dsignal.c1065 enum ruby_tag_type state; in signal_exec()
H A Dvm_backtrace.c1212 enum ruby_tag_type state; in rb_debug_inspector_open()
H A Dcont.c1558 enum ruby_tag_type state; in rb_fiber_start()
H A Dproc.c2157 enum ruby_tag_type state; in call_method_data_safe()
H A Dvm_insnhelper.c1089 …tart(const rb_execution_context_t *ec, rb_control_frame_t *const reg_cfp, enum ruby_tag_type state, in vm_throw_start()
H A Dgc.c2880 enum ruby_tag_type state; in run_finalizer()
/dports/lang/ruby26/ruby-2.6.9/doc/
H A DChangeLog-2.3.05965 * compile.c (iseq_compile_each): use enum ruby_tag_type names.
5967 * vm_core.h (ruby_tag_type): move from eval_intern.h for compiling