Home
last modified time | relevance | path

Searched refs:RUBY_T_FIXNUM (Results 1 – 2 of 2) sorted by relevance

/dports/lang/ruby26/ruby-2.6.9/include/ruby/
H A Druby.h508 RUBY_T_FIXNUM = 0x15, enumerator
533 #define T_FIXNUM RUBY_T_FIXNUM
558 ((type) == RUBY_T_FIXNUM) ? RB_FIXNUM_P(obj) : \
2077 if (RB_FIXNUM_P(obj)) return RUBY_T_FIXNUM; in rb_type()
/dports/lang/ruby26/ruby-2.6.9/
H A D.gdbinit153 if ($flags & RUBY_T_MASK) == RUBY_T_FIXNUM