CASE_TYPE         165 ext/objspace/objspace.c #define CASE_TYPE(t) case t: type = ID2SYM(rb_intern(#t)); break;
CASE_TYPE         192 ext/objspace/objspace.c #undef CASE_TYPE
CASE_TYPE         106 ext/objspace/objspace_dump.c #define CASE_TYPE(type) case T_##type: return #type; break
CASE_TYPE         133 ext/objspace/objspace_dump.c #undef CASE_TYPE