Lines Matching refs:compile_error

659 # define compile_error ripper_compile_error
663 # define compile_error parser->nerr++,rb_compile_error_with_enc
3536 compile_error(PARSER_ARG "block given to yield");
5210 compile_error(PARSER_ARG "%s", msg);
5962 compile_error(PARSER_ARG "unknown regexp option%s - %s",
5980 compile_error(PARSER_ARG "invalid multibyte char (%s)", parser_encoding_name());
6265 compile_error(PARSER_ARG "unterminated regexp meets end of file");
6270 compile_error(PARSER_ARG "unterminated string meets end of file");
6307 compile_error(PARSER_ARG "unterminated here document identifier");
6407 compile_error(PARSER_ARG "can't find string \"%s\" anywhere before EOF", eos);
7050 compile_error(PARSER_ARG "embedded document meets end of file");
7169 compile_error(PARSER_ARG "incomplete character syntax");
7777 compile_error(PARSER_ARG "unterminated quoted string meets end of file");
7932 compile_error(PARSER_ARG "`$%c' is not allowed as a global variable name", c);
7951 compile_error(PARSER_ARG "`@%c' is not allowed as an instance variable name", c);
7954 compile_error(PARSER_ARG "`@@%c' is not allowed as a class variable name", c);
8304 compile_error(PARSER_ARG "string literal encodings differ (%s / %s)",
8503 compile_error(PARSER_ARG "identifier %s is not valid to get", rb_id2name(id));
8521 compile_error(PARSER_ARG "identifier %s is not valid to get", rb_id2name(id));
8617 compile_error(PARSER_ARG "identifier %s is not valid to set", rb_id2name(id));
8667 compile_error(PARSER_ARG "invalid local variable - %s",
8688 compile_error(PARSER_ARG "both block arg and actual block given");
8745 compile_error(PARSER_ARG "Can't set variable $%ld", node->nd_nth);
8748 compile_error(PARSER_ARG "Can't set variable $%c", (int)node->nd_nth);
9285 compile_error(PARSER_ARG "block argument should not be given");
9757 compile_error(PARSER_ARG
9770 compile_error(PARSER_ARG "%s", RSTRING_PTR(err));
9874 compile_error(PARSER_ARG "%s", RSTRING_PTR(m));
11217 rb_funcall(parser->value, rb_intern("compile_error"), 1, str);