Ruby
2.5.0dev(2017-10-22revision60238)
|
#define FL_ABLE | ( | x | ) | RB_FL_ABLE(x) |
Definition at line 1280 of file ruby.h.
Referenced by rb_check_copyable(), and rb_obj_as_string_result().
#define FL_ALL_RAW | ( | x, | |
f | |||
) | RB_FL_ALL_RAW(x,f) |
#define FL_ANY_RAW | ( | x, | |
f | |||
) | RB_FL_ANY_RAW(x,f) |
#define FL_REVERSE | ( | x, | |
f | |||
) | RB_FL_REVERSE(x,f) |
#define FL_REVERSE_RAW | ( | x, | |
f | |||
) | RB_FL_REVERSE_RAW(x,f) |
Definition at line 1288 of file ruby.h.
Referenced by rb_gc_copy_finalizer(), and RUBY_ALIAS_FUNCTION().
#define FL_SET_RAW | ( | x, | |
f | |||
) | RB_FL_SET_RAW(x,f) |
Definition at line 1287 of file ruby.h.
Referenced by rb_mutex_allow_trap().
#define FL_TEST | ( | x, | |
f | |||
) | RB_FL_TEST(x,f) |
Definition at line 1282 of file ruby.h.
Referenced by rb_copy_generic_ivar(), rb_freeze_singleton_class(), rb_frozen_class_p(), rb_fstring(), rb_gc_copy_finalizer(), rb_iseq_mark(), rb_ivar_count(), rb_ivar_defined(), rb_ivar_lookup(), rb_method_name_error(), rb_obj_remove_instance_variable(), rb_obj_singleton_methods(), rb_singleton_class_attached(), rb_singleton_class_clone_and_attach(), rb_singleton_class_get(), rb_str_free(), rb_str_memsize(), rb_str_unlocktmp(), RUBY_ALIAS_FUNCTION(), and ruby_th_dtrace_setup().
#define FL_TEST_RAW | ( | x, | |
f | |||
) | RB_FL_TEST_RAW(x,f) |
Definition at line 1281 of file ruby.h.
Referenced by rb_mutex_lock(), rb_obj_as_string_result(), and rb_str_tmp_frozen_release().
#define FL_UNSET | ( | x, | |
f | |||
) | RB_FL_UNSET(x,f) |
Definition at line 1290 of file ruby.h.
Referenced by rb_copy_generic_ivar(), rb_obj_untaint(), rb_str_unlocktmp(), and rb_undefine_finalizer().
#define FL_UNSET_RAW | ( | x, | |
f | |||
) | RB_FL_UNSET_RAW(x,f) |
Definition at line 1289 of file ruby.h.
Referenced by rb_mutex_allow_trap(), and rb_str_tmp_frozen_release().
#define OBJ_FREEZE | ( | x | ) | RB_OBJ_FREEZE(x) |
Definition at line 1306 of file ruby.h.
Referenced by Init_sizeof(), rb_apply(), rb_float_new_in_heap(), rb_intern3(), rb_iseq_defined_string(), rb_obj_freeze(), and rb_vm_register_special_exception_str().
#define OBJ_FREEZE_RAW | ( | x | ) | RB_OBJ_FREEZE_RAW(x) |
Definition at line 1305 of file ruby.h.
Referenced by rb_freeze_singleton_class(), and rb_fstring().
#define OBJ_FROZEN | ( | x | ) | RB_OBJ_FROZEN(x) |
Definition at line 1304 of file ruby.h.
Referenced by rb_econv_open_opts(), rb_frozen_class_p(), rb_obj_freeze(), rb_obj_frozen_p(), rb_str_freeze(), rb_str_new_frozen(), and rb_thread_local_aset().
#define OBJ_FROZEN_RAW | ( | x | ) | RB_OBJ_FROZEN_RAW(x) |
Definition at line 1303 of file ruby.h.
Referenced by rb_str_tmp_frozen_acquire(), and rb_str_tmp_frozen_release().
#define OBJ_INFECT | ( | x, | |
s | |||
) | RB_OBJ_INFECT(x,s) |
Definition at line 1302 of file ruby.h.
Referenced by rb_any_to_s(), rb_obj_infect(), rb_reg_quote(), and rb_str_buf_append().
#define OBJ_INFECT_RAW | ( | x, | |
s | |||
) | RB_OBJ_INFECT_RAW(x,s) |
Definition at line 1301 of file ruby.h.
Referenced by rb_econv_substr_append(), rb_obj_as_string_result(), and rb_str_concat_literals().
#define OBJ_TAINT | ( | x | ) | RB_OBJ_TAINT(x) |
Definition at line 1298 of file ruby.h.
Referenced by rb_dir_getwd_ospath(), rb_obj_taint(), rb_tainted_str_new(), rb_tainted_str_new_cstr(), and rb_vm_register_special_exception_str().
#define OBJ_TAINT_RAW | ( | x | ) | RB_OBJ_TAINT_RAW(x) |
#define OBJ_TAINTABLE | ( | x | ) | RB_OBJ_TAINTABLE(x) |
Definition at line 1294 of file ruby.h.
Referenced by rb_obj_taint().
#define OBJ_TAINTED | ( | x | ) | RB_OBJ_TAINTED(x) |
Definition at line 1296 of file ruby.h.
Referenced by rb_check_safe_obj(), rb_eval_cmd(), rb_f_trace_var(), rb_file_expand_path_internal(), rb_method_call_with_block(), rb_obj_taint(), rb_obj_tainted(), and rb_obj_untaint().
#define OBJ_TAINTED_RAW | ( | x | ) | RB_OBJ_TAINTED_RAW(x) |
#define OBJ_UNTRUST | ( | x | ) | RB_OBJ_UNTRUST(x) |
#define OBJ_UNTRUSTED | ( | x | ) | RB_OBJ_UNTRUSTED(x) |