Searched refs:SYNTAX_ERROR2 (Results 1 - 3 of 3) sorted by relevance

/netbsd-6-1-5-RELEASE/gnu/dist/gcc4/libcpp/
H A Dexpr.c75 #define SYNTAX_ERROR2(msgid, arg) \ macro
212 SYNTAX_ERROR2 ("invalid digit \"%c\" in octal constant", '0' + max_digit);
717 SYNTAX_ERROR2 ("missing binary operator before token \"%s\"",
737 SYNTAX_ERROR2 ("token \"%s\" is not valid in preprocessor expressions",
746 SYNTAX_ERROR2 ("missing binary operator before token \"%s\"",
760 SYNTAX_ERROR2 ("operator '%s' has no right operand",
765 SYNTAX_ERROR2 ("operator '%s' has no left operand",
H A DMakefile.in231 --keyword=SYNTAX_ERROR --keyword=SYNTAX_ERROR2 \
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libcpp/
H A Dexpr.c76 #define SYNTAX_ERROR2(msgid, arg) \ macro
324 SYNTAX_ERROR2 ("invalid digit \"%c\" in binary constant", '0' + max_digit);
326 SYNTAX_ERROR2 ("invalid digit \"%c\" in octal constant", '0' + max_digit);
949 SYNTAX_ERROR2 ("missing binary operator before token \"%s\"",
969 SYNTAX_ERROR2 ("token \"%s\" is not valid in preprocessor expressions",
978 SYNTAX_ERROR2 ("missing binary operator before token \"%s\"",
989 SYNTAX_ERROR2 ("%s with no expression", is_if ? "#if" : "#elif");
992 SYNTAX_ERROR2 ("operator '%s' has no right operand",
997 SYNTAX_ERROR2 ("operator '%s' has no left operand",

Completed in 60 milliseconds