Searched defs:noex (Results 1 - 5 of 5) sorted by relevance

/macosx-10.10.1/ruby-106/ruby/
H A Dproc.c1362 int noex = NOEX_PUBLIC; local
H A Dvm_eval.c530 int noex; local
H A Dvm_insnhelper.c297 vm_cref_push(rb_thread_t *th, VALUE klass, int noex, rb_block_t *blockptr) argument
H A Dvm_method.c78 rb_define_notimplement_method_id(VALUE mod, ID id, rb_method_flag_t noex) argument
84 rb_add_method_cfunc(VALUE klass, ID mid, VALUE (*func)(ANYARGS), int argc, rb_method_flag_t noex) argument
404 rb_add_method(VALUE klass, ID mid, rb_method_type_t type, void *opts, rb_method_flag_t noex) argument
225 rb_method_entry_make(VALUE klass, ID mid, rb_method_type_t type, rb_method_definition_t *def, rb_method_flag_t noex, VALUE defined_class) argument
466 method_entry_set(VALUE klass, ID mid, const rb_method_entry_t *me, rb_method_flag_t noex, VALUE defined_class) argument
477 rb_method_entry_set(VALUE klass, ID mid, const rb_method_entry_t *me, rb_method_flag_t noex) argument
759 rb_export_method(VALUE klass, ID name, rb_method_flag_t noex) argument
821 rb_method_flag_t noex; local
1004 check_definition(VALUE mod, VALUE mid, rb_method_flag_t noex) argument
[all...]
H A Dvm.c2014 int noex = (int)cref->nd_visi; local

Completed in 129 milliseconds