rb_const_defined_at 225 class.c            if (rb_const_defined_at(outer, id)) {
rb_const_defined_at 305 class.c            if (rb_const_defined_at(outer, id)) {
rb_const_defined_at 1996 eval.c         		if (rb_const_defined_at(val, node->nd_mid))
rb_const_defined_at 3305 eval.c         	    if (rb_const_defined_at(ruby_class, node->nd_cname)) {
rb_const_defined_at 3348 eval.c         	    if (rb_const_defined_at(ruby_class, node->nd_cname)) {
rb_const_defined_at 867 object.c           return rb_const_defined_at(mod, id);
rb_const_defined_at 1208 variable.c         if (rb_const_defined_at(mod, id)) {