Searched refs:SYNTAX_ERROR2 (Results 1 – 6 of 6) sorted by relevance
/openbsd/gnu/usr.bin/gcc/gcc/ |
H A D | cppexp.c | 78 #define SYNTAX_ERROR2(msgid, arg) \ macro 226 SYNTAX_ERROR2 ("invalid digit \"%c\" in binary constant", '0' + max_digit); 228 SYNTAX_ERROR2 ("invalid digit \"%c\" in octal constant", '0' + max_digit); 776 SYNTAX_ERROR2 ("missing binary operator before token \"%s\"", 795 SYNTAX_ERROR2 ("invalid character '%c' in #if", op.token->val.c); 797 SYNTAX_ERROR2 ("invalid character '\\%03o' in #if", 802 SYNTAX_ERROR2 ("token \"%s\" is not valid in preprocessor expressions", 811 SYNTAX_ERROR2 ("missing binary operator before token \"%s\"", 826 SYNTAX_ERROR2 ("operator '%s' has no right operand",
|
H A D | ChangeLog.3 | 8197 and SYNTAX_ERROR2. Replace `' in messages with ''.
|
H A D | ChangeLog.7 | 11067 (SYNTAX_ERROR, SYNTAX_ERROR2, parse_number, parse_defined,
|
/openbsd/gnu/gcc/libcpp/ |
H A D | expr.c | 75 #define SYNTAX_ERROR2(msgid, arg) \ macro 236 SYNTAX_ERROR2 ("invalid digit \"%c\" in binary constant", '0' + max_digit); in cpp_classify_number() 238 SYNTAX_ERROR2 ("invalid digit \"%c\" in octal constant", '0' + max_digit); in cpp_classify_number() 786 SYNTAX_ERROR2 ("missing binary operator before token \"%s\"", in _cpp_parse_expr() 806 SYNTAX_ERROR2 ("token \"%s\" is not valid in preprocessor expressions", in _cpp_parse_expr() 815 SYNTAX_ERROR2 ("missing binary operator before token \"%s\"", in _cpp_parse_expr() 829 SYNTAX_ERROR2 ("operator '%s' has no right operand", in _cpp_parse_expr() 834 SYNTAX_ERROR2 ("operator '%s' has no left operand", in _cpp_parse_expr()
|
H A D | Makefile.in | 233 --keyword=SYNTAX_ERROR --keyword=SYNTAX_ERROR2 \
|
H A D | ChangeLog | 601 arguments. Add keywords _, N_, SYNTAX_ERROR and SYNTAX_ERROR2.
|