T_HASH           3688 enum.c             assert(RB_TYPE_P(hash, T_HASH));
T_HASH           3771 enum.c             if (RB_TYPE_P(obj, T_HASH) &&
T_HASH            613 eval.c         	if (RB_TYPE_P(opt, T_HASH)) {
T_HASH             57 ext/-test-/printf/printf.c 	Check_Type(opt, T_HASH);
T_HASH            132 ext/objspace/objspace.c         if (!RB_TYPE_P(hash, T_HASH))
T_HASH            174 ext/objspace/objspace.c 	CASE_TYPE(T_HASH);
T_HASH            250 ext/objspace/objspace_dump.c       case T_HASH:
T_HASH           1474 ext/openssl/ossl_ssl.c     if (RB_TYPE_P(opts, T_HASH) &&
T_HASH            327 ext/racc/cparse/cparse.c     Check_Type(h, T_HASH);
T_HASH           11231 ext/ripper/ripper.c 	if (RB_TYPE_P(hash, T_HASH)) {
T_HASH           5482 ext/ripper/ripper.y 	if (RB_TYPE_P(hash, T_HASH)) {
T_HASH            332 ext/tk/tkutil/tkutil.c     keys = rb_convert_type(keys, T_HASH, "Hash", "to_hash");
T_HASH            377 ext/tk/tkutil/tkutil.c         if (RB_TYPE_P(RARRAY_AREF(ary, idx), T_HASH)) {
T_HASH            408 ext/tk/tkutil/tkutil.c         case T_HASH:
T_HASH            424 ext/tk/tkutil/tkutil.c                 case T_HASH:
T_HASH            538 ext/tk/tkutil/tkutil.c         case T_HASH:
T_HASH            827 ext/tk/tkutil/tkutil.c     case T_HASH:
T_HASH            890 ext/tk/tkutil/tkutil.c     case T_HASH:
T_HASH            997 ext/tk/tkutil/tkutil.c         if (RB_TYPE_P(argv[idx], T_HASH)) {
T_HASH           1006 ext/tk/tkutil/tkutil.c         if (RB_TYPE_P(argv[idx], T_HASH)) {
T_HASH           1354 ext/tk/tkutil/tkutil.c     if (!RB_TYPE_P(tbl, T_HASH)) {
T_HASH           2608 ext/win32ole/win32ole.c     if(RB_TYPE_P(param, T_HASH)) {
T_HASH            221 ext/win32ole/win32ole_event.c     if(RB_TYPE_P(result, T_HASH)) {
T_HASH           3529 ext/zlib/zlib.c 	opt = rb_check_convert_type(argv[argc-1], T_HASH, "Hash", "to_hash");
T_HASH           2170 gc.c                 case T_HASH:
T_HASH           3167 gc.c                 case T_HASH:
T_HASH           3291 gc.c                   if (!RB_TYPE_P(hash, T_HASH))
T_HASH           3336 gc.c           	    COUNT_TYPE(T_HASH);
T_HASH           4473 gc.c                 case T_HASH:
T_HASH           6666 gc.c               else if (RB_TYPE_P(hash_or_key, T_HASH)) {
T_HASH           6765 gc.c           	if (!SYMBOL_P(arg) && !RB_TYPE_P(arg, T_HASH)) {
T_HASH           6979 gc.c               Check_Type(hash, T_HASH);
T_HASH           6998 gc.c               if (RB_TYPE_P(hash_or_sym, T_HASH)) {
T_HASH           7144 gc.c           	else if (!RB_TYPE_P(arg, T_HASH)) {
T_HASH           9076 gc.c           	    TYPE_NAME(T_HASH);
T_HASH            395 hash.c             NEWOBJ_OF(hash, struct RHash, klass, T_HASH | wb | flags);
T_HASH            708 hash.c             return rb_convert_type(hash, T_HASH, "Hash", "to_hash");
T_HASH            714 hash.c             return rb_check_convert_type(hash, T_HASH, "Hash", "to_hash");
T_HASH           1588 hash.c             Check_Type(hash2, T_HASH);
T_HASH           2102 hash.c             if (!RB_TYPE_P(hash2, T_HASH)) {
T_HASH            381 iseq.c             Check_Type(opt, T_HASH);
T_HASH            399 iseq.c             else if (RB_TYPE_P(opt, T_HASH)) {
T_HASH            502 iseq.c         #define CHECK_HASH(v)    rb_convert_type((v), T_HASH, "Hash", "to_hash")
T_HASH            861 marshal.c      	  case T_HASH:
T_HASH            125 node.c             if (!RB_TYPE_P(opt, T_HASH)) {
T_HASH           3189 object.c       	      case T_HASH:
T_HASH           11155 parse.c        	if (RB_TYPE_P(hash, T_HASH)) {
T_HASH           5482 parse.y        	if (RB_TYPE_P(hash, T_HASH)) {
T_HASH           2375 process.c                  envtbl = rb_convert_type(envtbl, T_HASH, "Hash", "to_hash");
T_HASH           1838 thread.c           mask_arg = rb_convert_type(mask_arg, T_HASH, "Hash", "to_hash");
T_HASH           4447 thread.c           if (NIL_P(hash) || !RB_TYPE_P(hash, T_HASH)) {
T_HASH           4455 thread.c           if (NIL_P(list) || !RB_TYPE_P(list, T_HASH)) {
T_HASH           4482 thread.c       	if (!RB_TYPE_P(pair_list, T_HASH)) {
T_HASH           4515 thread.c       	if (!RB_TYPE_P(pair_list, T_HASH)){
T_HASH           4541 thread.c       	if (RB_TYPE_P(pair_list, T_HASH)) {
T_HASH           2285 transcode.c        if (!NIL_P(ecopts) && RB_TYPE_P(ecopts, T_HASH)) {
T_HASH           2287 transcode.c    	if (RB_TYPE_P(fallback, T_HASH)) {
T_HASH           2584 transcode.c            if (!RB_TYPE_P(opthash, T_HASH) || !OBJ_FROZEN(opthash))
T_HASH            308 vm.c           	else if (RB_TYPE_P(arg, T_HASH))
T_HASH           2613 vm.c               kw = rb_convert_type(kw, T_HASH, "Hash", "to_hash");
T_HASH            504 vm_eval.c            type_case(T_HASH)