rb_const_defined 195 class.c            if (rb_const_defined(rb_cObject, id)) {
rb_const_defined 284 class.c            if (rb_const_defined(rb_cObject, id)) {
rb_const_defined 1541 eval.c         	if (NIL_P(klass)) return rb_const_defined(CLASS_OF(self), id);
rb_const_defined 1547 eval.c             return rb_const_defined(cref->nd_clss, id);
rb_const_defined 791 ext/racc/cparse/cparse.c     if (rb_const_defined(rb_cObject, id_racc)) {
rb_const_defined 735 ext/strscan/strscan.c     if (rb_const_defined(rb_cObject, id_scanerr)) {
rb_const_defined 2344 parse.y        	rb_const_defined(rb_cObject, rb_intern("SCRIPT_LINES__"))) {
rb_const_defined 251 variable.c     	if (!rb_const_defined(c, id)) {
rb_const_defined 1317 variable.c     	return rb_const_defined(klass, id);
rb_const_defined 1345 variable.c     	return rb_const_defined(rb_cObject, id);