rb_parser_compile_string 10522 ext/ripper/ripper.c     return rb_parser_compile_string(vparser, f, s, line);
rb_parser_compile_string 10554 ext/ripper/ripper.c     return rb_parser_compile_string(vparser, f, rb_str_new(s, len), line);
rb_parser_compile_string 5122 ext/ripper/ripper.y     return rb_parser_compile_string(vparser, f, s, line);
rb_parser_compile_string 5154 ext/ripper/ripper.y     return rb_parser_compile_string(vparser, f, rb_str_new(s, len), line);
rb_parser_compile_string  459 iseq.c             NODE *node = rb_parser_compile_string(parser, StringValueCStr(file),
rb_parser_compile_string  491 node.h         NODE *rb_parser_compile_string(volatile VALUE, const char*, VALUE, int);
rb_parser_compile_string 10454 parse.c            return rb_parser_compile_string(vparser, f, s, line);
rb_parser_compile_string 10486 parse.c            return rb_parser_compile_string(vparser, f, rb_str_new(s, len), line);
rb_parser_compile_string 5122 parse.y            return rb_parser_compile_string(vparser, f, s, line);
rb_parser_compile_string 5154 parse.y            return rb_parser_compile_string(vparser, f, rb_str_new(s, len), line);
rb_parser_compile_string 1345 ruby.c         	    tree = rb_parser_compile_string(parser, opt->script, opt->e_script, 1);