parser_compile_string 11404 ext/ripper/ripper.c     return parser_compile_string(rb_parser_new(), rb_filesystem_str_new_cstr(f), s, line);
parser_compile_string 11417 ext/ripper/ripper.c     return parser_compile_string(vparser, f, s, line);
parser_compile_string 11424 ext/ripper/ripper.c     return parser_compile_string(rb_parser_new(), rb_filesystem_str_new_cstr(f), str, line);
parser_compile_string 11431 ext/ripper/ripper.c     return parser_compile_string(vparser, rb_filesystem_str_new_cstr(f), str, line);
parser_compile_string 5655 ext/ripper/ripper.y     return parser_compile_string(rb_parser_new(), rb_filesystem_str_new_cstr(f), s, line);
parser_compile_string 5668 ext/ripper/ripper.y     return parser_compile_string(vparser, f, s, line);
parser_compile_string 5675 ext/ripper/ripper.y     return parser_compile_string(rb_parser_new(), rb_filesystem_str_new_cstr(f), str, line);
parser_compile_string 5682 ext/ripper/ripper.y     return parser_compile_string(vparser, rb_filesystem_str_new_cstr(f), str, line);
parser_compile_string 11328 parse.c            return parser_compile_string(rb_parser_new(), rb_filesystem_str_new_cstr(f), s, line);
parser_compile_string 11341 parse.c            return parser_compile_string(vparser, f, s, line);
parser_compile_string 11348 parse.c            return parser_compile_string(rb_parser_new(), rb_filesystem_str_new_cstr(f), str, line);
parser_compile_string 11355 parse.c            return parser_compile_string(vparser, rb_filesystem_str_new_cstr(f), str, line);
parser_compile_string 5655 parse.y            return parser_compile_string(rb_parser_new(), rb_filesystem_str_new_cstr(f), s, line);
parser_compile_string 5668 parse.y            return parser_compile_string(vparser, f, s, line);
parser_compile_string 5675 parse.y            return parser_compile_string(rb_parser_new(), rb_filesystem_str_new_cstr(f), str, line);
parser_compile_string 5682 parse.y            return parser_compile_string(vparser, rb_filesystem_str_new_cstr(f), str, line);