Home
last modified time | relevance | path

Searched refs:java_lex_error (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/usr.bin/gcc/gcc/java/
H A Dlex.c44 static void java_lex_error PARAMS ((const char *, int));
435 java_lex_error ("unrecognized character in input stream",
503 java_lex_error ("malformed UTF-8 character", 0);
563 java_lex_error ("prematurely terminated \\u sequence", 0);
571 java_lex_error ("non-hex digit in \\u sequence", 0);
670 java_lex_error ("Comment not terminated at end of input", 0);
676 java_lex_error ("Comment not terminated at end of input", 0);
713 java_lex_error ("Comment not terminated at end of input", 0);
731 java_lex_error ("Comment not terminated at end of input", 0);
834 java_lex_error ("Invalid character in escape sequence", 0); in java_parse_escape_sequence()
[all …]
H A Dlex.h236 java_lex_error (msg, 0); \
243 java_lex_error (m, 0); \
H A DChangeLog8213 * lex.c (java_lex_error): Constify a char*.
9368 (java_lex_error): Mark parameters `msg' and `forward' with
10839 java_unicode_2_utf8, java_lex_error, java_store_unicode):
12013 (java_lex_error): Empty if JC1_LITE is defined.
12497 java_lex_error.
12678 java_lex_error.
12682 java_lex_error. Test that IDs are beginning with a legal character
12684 call to java_lex_error.
12685 (java_lex_error): Adjust column position by new argument
13505 (java_lex_error): Now uses ctxp->elc to store current position in
[all …]