rb_check_typeddata  586 dir.c              return rb_check_typeddata(dir, &dir_data_type);
rb_check_typeddata 2364 dir.c              rb_check_typeddata(dir, &dir_data_type);
rb_check_typeddata   10 ext/-test-/typeddata/typeddata.c     rb_check_typeddata(obj, &test_data);
rb_check_typeddata 2518 ext/bigdecimal/bigdecimal.c     Real *pv = rb_check_typeddata(self, &BigDecimal_data_type);
rb_check_typeddata 2541 ext/bigdecimal/bigdecimal.c     Real *pv = rb_check_typeddata(self, &BigDecimal_data_type);
rb_check_typeddata 2542 ext/bigdecimal/bigdecimal.c     Real *x = rb_check_typeddata(other, &BigDecimal_data_type);
rb_check_typeddata  289 ext/racc/cparse/cparse.c     struct cparse_params *v = rb_check_typeddata(data, &cparse_params_type);
rb_check_typeddata  305 ext/racc/cparse/cparse.c     struct cparse_params *v = rb_check_typeddata(data, &cparse_params_type);
rb_check_typeddata  340 ext/racc/cparse/cparse.c     struct cparse_params *v = rb_check_typeddata(vparams, &cparse_params_type);
rb_check_typeddata  709 ext/racc/cparse/cparse.c     struct cparse_params *v = rb_check_typeddata(data, &cparse_params_type);
rb_check_typeddata   73 ext/socket/ifaddr.c       return rb_check_typeddata(self, &ifaddr_type);
rb_check_typeddata  758 ext/socket/raddrinfo.c     return rb_check_typeddata(self, &addrinfo_type);
rb_check_typeddata   85 ext/stringio/stringio.c #define check_strio(self) ((struct StringIO*)rb_check_typeddata((self), &strio_data_type))
rb_check_typeddata  228 ext/strscan/strscan.c     return rb_check_typeddata(obj, &strscanner_type);
rb_check_typeddata 1273 ext/tk/tkutil/tkutil.c     return rb_check_typeddata(rb_const_get(klass, ID_SUBST_INFO), &cbsubst_info_type);
rb_check_typeddata 1122 include/ruby/ruby.h void *rb_check_typeddata(VALUE, const rb_data_type_t *);
rb_check_typeddata 1123 include/ruby/ruby.h #define Check_TypedStruct(v,t) rb_check_typeddata((VALUE)(v),(t))
rb_check_typeddata 1176 include/ruby/ruby.h     ((sval) = (type*)rb_check_typeddata((obj), (data_type)))
rb_check_typeddata 4330 thread.c       #define GetThreadShieldPtr(obj) ((VALUE)rb_check_typeddata((obj), &thread_shield_data_type))
rb_check_typeddata 3394 transcode.c        if (rb_check_typeddata(self, &econv_data_type)) {
rb_check_typeddata 1870 variable.c         (struct st_table *)rb_check_typeddata((av), &autoload_data_type)
rb_check_typeddata 1927 variable.c         (struct autoload_data_i *)rb_check_typeddata((av), &autoload_data_i_type)