rb_fstring        191 compile.c        new_child_iseq(iseq, (node), rb_fstring(name), 0, (type), (line_no))
rb_fstring        194 compile.c        new_child_iseq(iseq, (node), rb_fstring(name), iseq, (type), (line_no))
rb_fstring       2735 compile.c      	lit = node->nd_lit = rb_fstring(lit);
rb_fstring       2743 compile.c      	    node->nd_lit = rb_fstring(node->nd_lit);
rb_fstring       3074 compile.c      	return node->nd_lit = rb_fstring(node->nd_lit);
rb_fstring       3102 compile.c      	    val->nd_lit = rb_fstring(val->nd_lit);
rb_fstring       5014 compile.c      	    VALUE str = rb_fstring(node->nd_recv->nd_lit);
rb_fstring       5030 compile.c      	    VALUE str = rb_fstring(node->nd_args->nd_head->nd_lit);
rb_fstring       5556 compile.c      	    node->nd_lit = rb_fstring(node->nd_lit);
rb_fstring       5594 compile.c      	node->nd_lit = rb_fstring(node->nd_lit);
rb_fstring       6072 compile.c      	    VALUE str = rb_fstring(node->nd_args->nd_head->nd_lit);
rb_fstring       6366 compile.c      	rb_ary_push(ary, rb_fstring(rb_str_new2(insn_name_info[i])));
rb_fstring       7584 compile.c      	str = rb_fstring(str);
rb_fstring       7857 compile.c          if (header->frozen)   str = rb_fstring(str);
rb_fstring          3 ext/-test-/string/fstring.c VALUE rb_fstring(VALUE str);
rb_fstring          8 ext/-test-/string/fstring.c     return rb_fstring(str);
rb_fstring       10613 ext/ripper/ripper.c 			    (yyvsp[-2].val)->nd_lit = rb_fstring((yyvsp[-2].val)->nd_lit);
rb_fstring       5086 ext/ripper/ripper.y 			    $1->nd_lit = rb_fstring($1->nd_lit);
rb_fstring       1327 internal.h     VALUE rb_fstring(VALUE);
rb_fstring        279 iseq.c             name = rb_fstring(name);
rb_fstring        280 iseq.c             path = rb_fstring(path);
rb_fstring        281 iseq.c             if (RTEST(absolute_path)) absolute_path = rb_fstring(absolute_path);
rb_fstring        826 iseq.c             file = rb_fstring(file); /* rb_io_t->pathv gets frozen anyways */
rb_fstring         90 load.c         	rb_ary_push(ary, rb_fstring(expanded_path));
rb_fstring        293 load.c         	    as_str = rb_fstring(rb_str_freeze(as_str));
rb_fstring        566 load.c             rb_ary_push(features, rb_fstring(feature));
rb_fstring       10549 parse.c        			    (yyvsp[-2].node)->nd_lit = rb_fstring((yyvsp[-2].node)->nd_lit);
rb_fstring       5086 parse.y        			    $1->nd_lit = rb_fstring($1->nd_lit);
rb_fstring       2747 re.c               RB_OBJ_WRITE(reg, &RREGEXP(reg)->src, rb_fstring(str));
rb_fstring       2838 re.c               RB_OBJ_WRITE(re, &RREGEXP(re)->src, rb_fstring(rb_enc_str_new(s, len, enc)));
rb_fstring        417 symbol.c           str = rb_fstring(str);
rb_fstring        687 symbol.c           str = rb_fstring(str);
rb_fstring       1980 variable.c         ele->feature = rb_fstring(file);
rb_fstring       1350 vm_eval.c      	    fname = rb_fstring(fname);
rb_fstring       1352 vm_eval.c      	    absolute_path = rb_fstring(absolute_path);