vm_throw_data     419 gc.c           	    struct vm_throw_data throw_data;
vm_throw_data    1647 vm.c               struct vm_throw_data *err;
vm_throw_data    1655 vm.c           	    err = (struct vm_throw_data *)result;
vm_throw_data    1670 vm.c           	err = (struct vm_throw_data *)th->errinfo;
vm_throw_data    1183 vm_eval.c      	const struct vm_throw_data *const err = (struct vm_throw_data *)th->errinfo;
vm_throw_data    2034 vm_eval.c          else if (state == TAG_THROW && THROW_DATA_VAL((struct vm_throw_data *)th->errinfo) == tag) {
vm_throw_data     899 vm_insnhelper.c 	th->state = THROW_DATA_STATE((struct vm_throw_data *)err);
vm_throw_data     191 vm_insnhelper.h static inline struct vm_throw_data *
vm_throw_data     194 vm_insnhelper.h     return (struct vm_throw_data *)rb_imemo_new(imemo_throw_data, val, (VALUE)cf, st, 0);