rb_convert_type   418 array.c            return rb_convert_type(ary, T_ARRAY, "Array", "to_ary");
rb_convert_type  5018 compile.c          obj = rb_convert_type(obj, T_SYMBOL, "Symbol", "to_sym");
rb_convert_type  5069 compile.c      	RB_GC_GUARD(v) = rb_convert_type(RARRAY_PTR(exception)[i], T_ARRAY,
rb_convert_type  5194 compile.c      			op = rb_convert_type(op, T_SYMBOL, "Symbol", "to_sym");
rb_convert_type  5202 compile.c      			argv[j] = rb_convert_type(op, T_SYMBOL,
rb_convert_type  5208 compile.c      			    op = rb_convert_type(op, T_ARRAY, "Array", "to_ary");
rb_convert_type  5237 compile.c      #define CHECK_ARRAY(v)   rb_convert_type(v, T_ARRAY, "Array", "to_ary")
rb_convert_type  5238 compile.c      #define CHECK_STRING(v)  rb_convert_type(v, T_STRING, "String", "to_str")
rb_convert_type  5239 compile.c      #define CHECK_SYMBOL(v)  rb_convert_type(v, T_SYMBOL, "Symbol", "to_sym")
rb_convert_type   349 dir.c                  opt = rb_convert_type(opt, T_HASH, "Hash", "to_hash");
rb_convert_type   458 ext/json/ext/generator/generator.c     tmp = rb_convert_type(opts, T_HASH, "Hash", "to_hash");
rb_convert_type   459 ext/json/ext/generator/generator.c     if (NIL_P(tmp)) tmp = rb_convert_type(opts, T_HASH, "Hash", "to_h");
rb_convert_type  1475 ext/json/ext/parser/parser.c         opts = rb_convert_type(opts, T_HASH, "Hash", "to_hash");
rb_convert_type   434 ext/stringio/stringio.c     orig = rb_convert_type(orig, T_DATA, "StringIO", "to_strio");
rb_convert_type   235 ext/tk/tkutil/tkutil.c     keys = rb_convert_type(keys, T_HASH, "Hash", "to_hash");
rb_convert_type   380 hash.c             return rb_convert_type(hash, T_HASH, "Hash", "to_hash");
rb_convert_type   450 include/ruby/intern.h VALUE rb_convert_type(VALUE,int,const char*,const char*);
rb_convert_type   253 io.c               return rb_convert_type(io, T_FILE, "IO", "to_io");
rb_convert_type  7126 io.c           	v = rb_convert_type(v, T_ARRAY, "Array", "to_ary");
rb_convert_type   356 iseq.c         #define CHECK_ARRAY(v)   rb_convert_type(v, T_ARRAY, "Array", "to_ary")
rb_convert_type   357 iseq.c         #define CHECK_STRING(v)  rb_convert_type(v, T_STRING, "String", "to_str")
rb_convert_type   358 iseq.c         #define CHECK_SYMBOL(v)  rb_convert_type(v, T_SYMBOL, "Symbol", "to_sym")
rb_convert_type  2249 object.c       	return rb_convert_type(val, T_FLOAT, "Float", "to_f");
rb_convert_type  2282 object.c           return rb_convert_type(val, T_FLOAT, "Float", "to_f");
rb_convert_type  2321 object.c           return rb_convert_type(val, T_STRING, "String", "to_s");
rb_convert_type   759 string.c           return rb_convert_type(str, T_STRING, "String", "to_str");
rb_convert_type  2755 transcode.c            opthash = rb_convert_type(opt, T_HASH, "Hash", "to_hash");
rb_convert_type  3395 transcode.c            opt = rb_convert_type(opt, T_HASH, "Hash", "to_hash");