Searched refs:compile_error (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/ripper/lib/ripper/
H A Dcore.rb55 def compile_error(msg) method in class:Ripper
/macosx-10.9.5/ruby-104/ruby/test/ripper/
H A Dtest_parser_events.rb27 def compile_error(str) method in class:TestRipper
28 parse(str, :compile_error) {|e, msg| return msg}
1174 assert_equal("unterminated regexp meets end of file", compile_error('/'))
1178 assert_equal("`@1' is not allowed as an instance variable name", compile_error('@1'))
1179 assert_equal("`@%' is not allowed as an instance variable name", compile_error('@%'))
1183 assert_equal("`@@1' is not allowed as a class variable name", compile_error('@@1'))
1184 assert_equal("`@@%' is not allowed as a class variable name", compile_error('@@%'))
1188 assert_equal("`$%' is not allowed as a global variable name", compile_error('$%'))
/macosx-10.9.5/pcre-7/pcre/
H A Dpcrecpp.cc128 const char* compile_error; local
133 &compile_error, &eoffset, NULL);
141 &compile_error, &eoffset, NULL);
144 if (error_ == &empty_string) error_ = new string(compile_error);
/macosx-10.9.5/ruby-104/ruby/
H A Dparse.y659 # 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_AR
[all...]
H A Dparse.c719 # define compile_error ripper_compile_error macro
723 # define compile_error parser->nerr++,rb_compile_error_with_enc macro
9312 compile_error(PARSER_ARG "block given to yield");
11706 compile_error(PARSER_ARG "%s", msg);
12458 compile_error(PARSER_ARG "unknown regexp option%s - %s",
12476 compile_error(PARSER_ARG "invalid multibyte char (%s)", parser_encoding_name());
12761 compile_error(PARSER_ARG "unterminated regexp meets end of file");
12766 compile_error(PARSER_ARG "unterminated string meets end of file");
12803 compile_error(PARSER_ARG "unterminated here document identifier");
12903 compile_error(PARSER_AR
[all...]
/macosx-10.9.5/ruby-104/ruby/ext/ripper/
H A Dripper.c719 # define compile_error ripper_compile_error macro
723 # define compile_error parser->nerr++,rb_compile_error_with_enc macro
9360 compile_error(PARSER_ARG "block given to yield");
11796 compile_error(PARSER_ARG "%s", msg);
12548 compile_error(PARSER_ARG "unknown regexp option%s - %s",
12566 compile_error(PARSER_ARG "invalid multibyte char (%s)", parser_encoding_name());
12851 compile_error(PARSER_ARG "unterminated regexp meets end of file");
12856 compile_error(PARSER_ARG "unterminated string meets end of file");
12893 compile_error(PARSER_ARG "unterminated here document identifier");
12993 compile_error(PARSER_AR
[all...]
H A Dripper.y659 # 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_AR
[all...]

Completed in 273 milliseconds