CLASS_OF 3007 bignum.c VALUE z = bignew_1(CLASS_OF(x), len, BIGNUM_SIGN(x));
CLASS_OF 3049 bignum.c VALUE z = bignew_1(CLASS_OF(x), n, 0);
CLASS_OF 320 class.c if (!FL_TEST(CLASS_OF(clone), FL_SINGLETON)) {
CLASS_OF 1329 class.c return class_instance_method_list(argc, argv, CLASS_OF(obj), 1, ins_methods_i);
CLASS_OF 1344 class.c return class_instance_method_list(argc, argv, CLASS_OF(obj), 1, ins_methods_prot_i);
CLASS_OF 1359 class.c return class_instance_method_list(argc, argv, CLASS_OF(obj), 1, ins_methods_priv_i);
CLASS_OF 1374 class.c return class_instance_method_list(argc, argv, CLASS_OF(obj), 1, ins_methods_pub_i);
CLASS_OF 1423 class.c klass = CLASS_OF(obj);
CLASS_OF 1750 class.c const rb_method_entry_t *me = rb_method_entry(CLASS_OF(obj), rb_intern("to_s"));
CLASS_OF 6480 compile.c else if (CLASS_OF(op) == rb_cISeq) {
CLASS_OF 678 complex.c return f_complex_new2(CLASS_OF(self),
CLASS_OF 694 complex.c return f_complex_new2(CLASS_OF(self), real, imag);
CLASS_OF 699 complex.c return f_complex_new2(CLASS_OF(self),
CLASS_OF 786 complex.c return f_complex_new2(CLASS_OF(self), real, imag);
CLASS_OF 791 complex.c return f_complex_new2(CLASS_OF(self),
CLASS_OF 816 complex.c return f_complex_new2(CLASS_OF(self),
CLASS_OF 819 complex.c return f_complex_new2(CLASS_OF(self),
CLASS_OF 831 complex.c return f_complex_new2(CLASS_OF(self),
CLASS_OF 834 complex.c return f_complex_new2(CLASS_OF(self),
CLASS_OF 844 complex.c return f_complex_new2(CLASS_OF(self),
CLASS_OF 907 complex.c return f_complex_new_bang1(CLASS_OF(self), ONE);
CLASS_OF 931 complex.c return f_complex_polar(CLASS_OF(self), nr, ntheta);
CLASS_OF 954 complex.c x = nucomp_s_new_internal(CLASS_OF(self),
CLASS_OF 976 complex.c return f_complex_polar(CLASS_OF(self), f_expt(r, other),
CLASS_OF 1016 complex.c return rb_assoc_new(f_complex_new_bang1(CLASS_OF(self), other), self);
CLASS_OF 1132 complex.c return f_complex_new2(CLASS_OF(self), dat->real, f_negate(dat->imag));
CLASS_OF 1214 complex.c return f_complex_new2(CLASS_OF(self),
CLASS_OF 1244 complex.c return f_boolcast((CLASS_OF(adat->real) == CLASS_OF(bdat->real)) &&
CLASS_OF 1245 complex.c (CLASS_OF(adat->imag) == CLASS_OF(bdat->imag)) &&
CLASS_OF 2143 complex.c rb_undef_method(CLASS_OF(rb_cComplex), "allocate");
CLASS_OF 2146 complex.c rb_define_private_method(CLASS_OF(rb_cComplex), "new!", nucomp_s_new_bang, -1);
CLASS_OF 2147 complex.c rb_define_private_method(CLASS_OF(rb_cComplex), "new", nucomp_s_new, -1);
CLASS_OF 2149 complex.c rb_undef_method(CLASS_OF(rb_cComplex), "new");
CLASS_OF 2243 complex.c rb_define_private_method(CLASS_OF(rb_cComplex), "convert", nucomp_s_convert, -1);
CLASS_OF 1696 cont.c rb_undef_method(CLASS_OF(rb_cContinuation), "new");
CLASS_OF 614 dir.c rb_str_append(str, rb_class_name(CLASS_OF(dir)));
CLASS_OF 1925 encoding.c rb_undef_method(CLASS_OF(rb_cEncoding), "new");
CLASS_OF 770 enum.c rb_method_basic_definition_p(CLASS_OF(obj), id_each)) {
CLASS_OF 3772 enum.c rb_method_basic_definition_p(CLASS_OF(obj), id_each))
CLASS_OF 749 error.c if (NIL_P(mesg)) return rb_class_name(CLASS_OF(exc));
CLASS_OF 781 error.c klass = CLASS_OF(exc);
CLASS_OF 1295 error.c c = rb_class_name(CLASS_OF(obj));
CLASS_OF 2316 error.c CLASS_OF(frozen_obj), path, line);
CLASS_OF 2320 error.c CLASS_OF(frozen_obj));
CLASS_OF 75 eval_error.c if (rb_method_basic_definition_p(CLASS_OF(info), set_backtrace)) {
CLASS_OF 128 eval_error.c eclass = CLASS_OF(errinfo);
CLASS_OF 377 ext/cgi/escape/escape.c return rb_cvar_get(CLASS_OF(self), rb_intern("@@accept_charset"));
CLASS_OF 9197 ext/date/date_core.c de_define_private_method(CLASS_OF(cDate), "_valid_jd?",
CLASS_OF 9199 ext/date/date_core.c de_define_private_method(CLASS_OF(cDate), "_valid_ordinal?",
CLASS_OF 9201 ext/date/date_core.c de_define_private_method(CLASS_OF(cDate), "_valid_civil?",
CLASS_OF 9203 ext/date/date_core.c de_define_private_method(CLASS_OF(cDate), "_valid_date?",
CLASS_OF 9205 ext/date/date_core.c de_define_private_method(CLASS_OF(cDate), "_valid_commercial?",
CLASS_OF 9207 ext/date/date_core.c de_define_private_method(CLASS_OF(cDate), "_valid_weeknum?",
CLASS_OF 9209 ext/date/date_core.c de_define_private_method(CLASS_OF(cDate), "_valid_nth_kday?",
CLASS_OF 9222 ext/date/date_core.c de_define_private_method(CLASS_OF(cDate), "valid_weeknum?",
CLASS_OF 9224 ext/date/date_core.c de_define_private_method(CLASS_OF(cDate), "valid_nth_kday?",
CLASS_OF 9226 ext/date/date_core.c de_define_private_method(CLASS_OF(cDate), "zone_to_diff",
CLASS_OF 9549 ext/date/date_core.c rb_undef_method(CLASS_OF(cDateTime), "today");
CLASS_OF 207 ext/fiddle/function.c } else if(cPointer != CLASS_OF(src)) {
CLASS_OF 903 ext/objspace/objspace.c klass = CLASS_OF(obj);
CLASS_OF 633 ext/openssl/ossl_asn1.c tmp_class = CLASS_OF(obj);
CLASS_OF 1266 ext/openssl/ossl_asn1.c if (CLASS_OF(self) == cASN1Sequence ||
CLASS_OF 1267 ext/openssl/ossl_asn1.c CLASS_OF(self) == cASN1Set) {
CLASS_OF 1296 ext/openssl/ossl_asn1.c if (CLASS_OF(self) == cASN1Constructive)
CLASS_OF 372 ext/openssl/ossl_bn.c obj = NewBN(CLASS_OF(self)); \
CLASS_OF 397 ext/openssl/ossl_bn.c obj = NewBN(CLASS_OF(self)); \
CLASS_OF 428 ext/openssl/ossl_bn.c obj = NewBN(CLASS_OF(self)); \
CLASS_OF 490 ext/openssl/ossl_bn.c obj1 = NewBN(CLASS_OF(self));
CLASS_OF 491 ext/openssl/ossl_bn.c obj2 = NewBN(CLASS_OF(self));
CLASS_OF 518 ext/openssl/ossl_bn.c obj = NewBN(CLASS_OF(self)); \
CLASS_OF 615 ext/openssl/ossl_bn.c obj = NewBN(CLASS_OF(self)); \
CLASS_OF 542 ext/openssl/ossl_engine.c rb_undef_method(CLASS_OF(cEngine), "new");
CLASS_OF 428 ext/openssl/ossl_pkey_dh.c obj = dh_instance(CLASS_OF(self), dh);
CLASS_OF 479 ext/openssl/ossl_pkey_dsa.c obj = dsa_instance(CLASS_OF(self), dsa);
CLASS_OF 603 ext/openssl/ossl_pkey_rsa.c obj = rsa_instance(CLASS_OF(self), rsa);
CLASS_OF 361 ext/openssl/ossl_x509name.c if(CLASS_OF(other) != cX509Name) return Qfalse;
CLASS_OF 349 ext/socket/ifaddr.c rb_str_append(result, rb_class_name(CLASS_OF(self)));
CLASS_OF 6418 ext/tk/tcltklib.c new_ip = TypedData_Make_Struct(CLASS_OF(interp), struct tcltkip,
CLASS_OF 8238 gc.c VALUE c = rb_class_name(CLASS_OF(self));
CLASS_OF 795 hash.c if (rb_method_basic_definition_p(CLASS_OF(hash), id_default)) {
CLASS_OF 781 internal.h #define STRING_P(s) (RB_TYPE_P((s), T_STRING) && CLASS_OF(s) == rb_cString)
CLASS_OF 2046 io.c rb_str_append(result, rb_class_name(CLASS_OF(obj)));
CLASS_OF 7164 io.c rb_method_basic_definition_p(CLASS_OF(rb_stdout), id_write)) {
CLASS_OF 464 iseq.c if (v1 != v2 && CLASS_OF(v2) == rb_cISeq) {
CLASS_OF 1287 iseq.c if (CLASS_OF(op) == rb_cISeq) {
CLASS_OF 520 marshal.c klass = CLASS_OF(obj);
CLASS_OF 530 marshal.c VALUE klass = CLASS_OF(obj);
CLASS_OF 1413 marshal.c rb_alloc_func_t allocator = rb_get_alloc_func(CLASS_OF(real_obj));
CLASS_OF 1586 marshal.c c = CLASS_OF(v);
CLASS_OF 263 numeric.c if (CLASS_OF(x) == CLASS_OF(y))
CLASS_OF 5009 numeric.c rb_undef_method(CLASS_OF(rb_cInteger), "new");
CLASS_OF 5077 numeric.c rb_undef_method(CLASS_OF(rb_cFloat), "new");
CLASS_OF 231 object.c return rb_class_real(CLASS_OF(obj));
CLASS_OF 460 object.c VALUE cname = rb_class_name(CLASS_OF(obj));
CLASS_OF 499 object.c if (CLASS_OF(value) == 0) return ST_CONTINUE;
CLASS_OF 563 object.c VALUE c = rb_class_name(CLASS_OF(obj));
CLASS_OF 649 object.c VALUE cl = CLASS_OF(obj);
CLASS_OF 2136 object.c else if (!rb_method_basic_definition_p(CLASS_OF(mod), id_const_missing)) {
CLASS_OF 3176 object.c CLASS_OF(data));
CLASS_OF 3486 object.c rb_undef_method(CLASS_OF(rb_cNilClass), "new");
CLASS_OF 3570 object.c rb_undef_method(CLASS_OF(rb_cTrueClass), "new");
CLASS_OF 3584 object.c rb_undef_method(CLASS_OF(rb_cFalseClass), "new");
CLASS_OF 1398 proc.c if (CLASS_OF(method) != CLASS_OF(other))
CLASS_OF 1563 proc.c const VALUE klass = CLASS_OF(obj);
CLASS_OF 1939 proc.c clone = TypedData_Make_Struct(CLASS_OF(self), struct METHOD, &method_data_type, data);
CLASS_OF 2127 proc.c methclass != CLASS_OF(recv) && !rb_obj_is_kind_of(recv, methclass)) {
CLASS_OF 2138 proc.c klass = CLASS_OF(recv);
CLASS_OF 2309 proc.c return rb_mod_method_arity(CLASS_OF(obj), id);
CLASS_OF 2396 proc.c return rb_mod_method_location(CLASS_OF(obj), id);
CLASS_OF 2961 proc.c rb_undef_method(CLASS_OF(rb_cMethod), "new");
CLASS_OF 2988 proc.c rb_undef_method(CLASS_OF(rb_cUnboundMethod), "new");
CLASS_OF 3056 proc.c rb_undef_method(CLASS_OF(rb_cBinding), "new");
CLASS_OF 616 process.c return rb_sprintf("#<%s: uninitialized>", rb_class2name(CLASS_OF(st)));
CLASS_OF 621 process.c str = rb_sprintf("#<%s: ", rb_class2name(CLASS_OF(st)));
CLASS_OF 7618 process.c rb_undef_method(CLASS_OF(rb_cWaiter), "new");
CLASS_OF 7622 process.c rb_undef_method(CLASS_OF(rb_cProcessStatus), "new");
CLASS_OF 1638 random.c rb_define_private_method(CLASS_OF(rb_cRandom), "state", random_s_state, 0);
CLASS_OF 1639 random.c rb_define_private_method(CLASS_OF(rb_cRandom), "left", random_s_left, 0);
CLASS_OF 729 rational.c return f_rational_new_no_reduce2(CLASS_OF(self), num, den);
CLASS_OF 850 rational.c return f_rational_new_no_reduce2(CLASS_OF(self), num, den);
CLASS_OF 930 rational.c return f_rational_new_no_reduce2(CLASS_OF(self),
CLASS_OF 987 rational.c return f_rational_new_bang1(CLASS_OF(self), ONE);
CLASS_OF 1001 rational.c return f_rational_new_bang1(CLASS_OF(self), ONE);
CLASS_OF 1004 rational.c return f_rational_new_bang1(CLASS_OF(self), INT2FIX(f_odd_p(other) ? -1 : 1));
CLASS_OF 1011 rational.c return f_rational_new_bang1(CLASS_OF(self), ZERO);
CLASS_OF 1038 rational.c return f_rational_new2(CLASS_OF(self), num, den);
CLASS_OF 1076 rational.c return f_cmp(self, f_rational_new_bang1(CLASS_OF(self), other));
CLASS_OF 1160 rational.c return rb_assoc_new(f_rational_new_bang1(CLASS_OF(self), other), self);
CLASS_OF 1171 rational.c (CLASS_OF(self), RCOMPLEX(other)->real), self);
CLASS_OF 1299 rational.c s = f_rational_new_bang1(CLASS_OF(self), s);
CLASS_OF 1304 rational.c s = f_div(f_rational_new_bang1(CLASS_OF(self), s), b);
CLASS_OF 1572 rational.c return f_rational_new2(CLASS_OF(self), p, q);
CLASS_OF 1698 rational.c return f_rational_new_no_reduce2(CLASS_OF(x), dat->den, dat->num);
CLASS_OF 2527 rational.c rb_undef_method(CLASS_OF(rb_cRational), "allocate");
CLASS_OF 2530 rational.c rb_define_private_method(CLASS_OF(rb_cRational), "new!", nurat_s_new_bang, -1);
CLASS_OF 2531 rational.c rb_define_private_method(CLASS_OF(rb_cRational), "new", nurat_s_new, -1);
CLASS_OF 2533 rational.c rb_undef_method(CLASS_OF(rb_cRational), "new");
CLASS_OF 2608 rational.c rb_define_private_method(CLASS_OF(rb_cRational), "convert", nurat_s_convert, -1);
CLASS_OF 3967 re.c rb_undef_method(CLASS_OF(rb_cMatch), "new");
CLASS_OF 9800 string.c rb_undef_method(CLASS_OF(rb_cSymbol), "new");
CLASS_OF 1655 thread.c enum handle_interrupt_timing mask_timing = rb_threadptr_pending_interrupt_check_mask(th, CLASS_OF(err));
CLASS_OF 457 variable.c return rb_class2name(CLASS_OF(obj));
CLASS_OF 2676 vm.c rb_undef_method(CLASS_OF(rb_cRubyVM), "new");
CLASS_OF 2704 vm.c rb_undef_method(CLASS_OF(rb_cEnv), "new");
CLASS_OF 991 vm_backtrace.c rb_undef_method(CLASS_OF(rb_cBacktrace), "new");
CLASS_OF 1043 vm_backtrace.c rb_undef_method(CLASS_OF(rb_cBacktraceLocation), "new");
CLASS_OF 1041 vm_dump.c (void *)CLASS_OF(name), (void *)name);
CLASS_OF 448 vm_eval.c VALUE klass = CLASS_OF(recv);
CLASS_OF 469 vm_eval.c VALUE klass = CLASS_OF(recv);
CLASS_OF 530 vm_eval.c VALUE klass = CLASS_OF(recv);
CLASS_OF 767 vm_eval.c klass = CLASS_OF(obj);
CLASS_OF 932 vm_eval.c if (rb_method_basic_definition_p(CLASS_OF(recv), idMethodMissing)) {
CLASS_OF 721 vm_insnhelper.c klass = CLASS_OF(th->cfp->self);
CLASS_OF 1126 vm_insnhelper.c VALUE klass = CLASS_OF(recv);
CLASS_OF 1228 vm_insnhelper.c const rb_callable_method_entry_t *me = rb_callable_method_entry_with_refinements(CLASS_OF(pattern), idEqq);
CLASS_OF 1830 vm_insnhelper.c if (rb_method_basic_definition_p(CLASS_OF(calling->recv), idMethodMissing)) {
CLASS_OF 1849 vm_insnhelper.c cc->me = rb_callable_method_entry_without_refinements(CLASS_OF(calling->recv), ci->mid);
CLASS_OF 1891 vm_insnhelper.c rb_callable_method_entry_without_refinements(CLASS_OF(calling->recv),
CLASS_OF 2576 vm_insnhelper.c klass = CLASS_OF(v);
CLASS_OF 2585 vm_insnhelper.c VALUE klass = CLASS_OF(v);
CLASS_OF 1896 vm_method.c VALUE klass = CLASS_OF(obj);
CLASS_OF 1966 vm_method.c VALUE klass = CLASS_OF(obj);
CLASS_OF 2008 vm_method.c VALUE ret = basic_obj_respond_to_missing(th, CLASS_OF(obj), obj,