rb_copy_generic_ivar 1357 complex.c          rb_copy_generic_ivar(a, self);
rb_copy_generic_ivar 7027 ext/date/date_core.c 	rb_copy_generic_ivar(a, self);
rb_copy_generic_ivar 7052 ext/date/date_core.c 	rb_copy_generic_ivar(a, self);
rb_copy_generic_ivar 7140 ext/date/date_core.c 	rb_copy_generic_ivar(self, a);
rb_copy_generic_ivar  439 hash.c                 rb_copy_generic_ivar(ret, hash);
rb_copy_generic_ivar  933 include/ruby/intern.h void rb_copy_generic_ivar(VALUE,VALUE);
rb_copy_generic_ivar 2010 include/ruby/ruby.h     if (RB_FL_TEST(obj, RUBY_FL_EXIVAR)) rb_copy_generic_ivar(clone, obj);
rb_copy_generic_ivar 2017 include/ruby/ruby.h     if (RB_FL_TEST(obj, RUBY_FL_EXIVAR)) rb_copy_generic_ivar(dup, obj);
rb_copy_generic_ivar  293 object.c           rb_copy_generic_ivar(dest, obj);
rb_copy_generic_ivar 1669 rational.c         rb_copy_generic_ivar(a, self);
rb_copy_generic_ivar 4514 time.c             rb_copy_generic_ivar(str, time);
rb_copy_generic_ivar 4600 time.c             rb_copy_generic_ivar(time, str);