| <?xml version="1.0"?> |
| <def format="2"> |
| |
| |
| |
| |
| |
| |
| |
| <function name="INT2NUM,UINT2NUM,LONG2NUM,ULONG2NUM,LL2NUM,ULL2NUM"> |
| <noreturn>false</noreturn> |
| <returnValue type="VALUE"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="NUM2INT,FIX2INT"> |
| <noreturn>false</noreturn> |
| <returnValue type="int"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="NUM2UINT,FIX2UINT"> |
| <noreturn>false</noreturn> |
| <returnValue type="unsigned int"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="NUM2LONG,FIX2LONG"> |
| <noreturn>false</noreturn> |
| <returnValue type="long"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| |
| <function name="NUM2ULONG,FIX2ULONG"> |
| <noreturn>false</noreturn> |
| <returnValue type="unsigned long"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="NUM2LL"> |
| <noreturn>false</noreturn> |
| <returnValue type="long long"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="NUM2ULL"> |
| <noreturn>false</noreturn> |
| <returnValue type="unsigned long long"/> |
| <use-retval/> |
| <arg nr="1" direction="in"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="rb_define_const"> |
| <leak-ignore/> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="3"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="rb_define_method"> |
| <leak-ignore/> |
| <noreturn>false</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <not-null/> |
| <strz/> |
| </arg> |
| <arg nr="4"> |
| <not-bool/> |
| <not-uninit/> |
| </arg> |
| </function> |
| <function name="rb_intern"> |
| <leak-ignore/> |
| <noreturn>false</noreturn> |
| <returnValue type="ID"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| <function name="rb_str_new2"> |
| <leak-ignore/> |
| <noreturn>false</noreturn> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| </function> |
| |
| <function name="rb_raise"> |
| <leak-ignore/> |
| <noreturn>true</noreturn> |
| <returnValue type="void"/> |
| <arg nr="1"> |
| <not-uninit/> |
| </arg> |
| <arg nr="2"> |
| <formatstr/> |
| <not-null/> |
| </arg> |
| <arg nr="any"> |
| <not-uninit/> |
| </arg> |
| </function> |
| <podtype name="ID"/> |
| <podtype name="VALUE" sign="u"/> |
| </def> |
|
|