Searched refs:COUNT_TYPE (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/
H A Dgc.c1816 #define COUNT_TYPE(t) case (t): type = ID2SYM(rb_intern(#t)); break; macro
1817 COUNT_TYPE(T_NONE);
1818 COUNT_TYPE(T_OBJECT);
1819 COUNT_TYPE(T_CLASS);
1820 COUNT_TYPE(T_MODULE);
1821 COUNT_TYPE(T_FLOAT);
1822 COUNT_TYPE(T_STRING);
1823 COUNT_TYPE(T_REGEXP);
1824 COUNT_TYPE(T_ARRAY);
1825 COUNT_TYPE(T_HAS
1842 #undef COUNT_TYPE macro
[all...]

Completed in 140 milliseconds