rb_copy_generic_ivar  957 complex.c          rb_copy_generic_ivar(a, self);
rb_copy_generic_ivar  967 complex.c          rb_copy_generic_ivar(self, a);
rb_copy_generic_ivar  736 include/ruby/intern.h void rb_copy_generic_ivar(VALUE,VALUE);
rb_copy_generic_ivar  511 include/ruby/ruby.h     if (FL_TEST(obj, FL_EXIVAR)) rb_copy_generic_ivar((VALUE)clone,(VALUE)obj);\
rb_copy_generic_ivar  515 include/ruby/ruby.h     if (FL_TEST(obj, FL_EXIVAR)) rb_copy_generic_ivar((VALUE)dup,(VALUE)obj);\
rb_copy_generic_ivar  164 object.c           rb_copy_generic_ivar(dest, obj);
rb_copy_generic_ivar 1151 rational.c         rb_copy_generic_ivar(a, self);
rb_copy_generic_ivar 1161 rational.c         rb_copy_generic_ivar(self, a);
rb_copy_generic_ivar 2214 time.c             rb_copy_generic_ivar(str, time);
rb_copy_generic_ivar 2278 time.c             rb_copy_generic_ivar(time, str);