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

/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dexpr.c73 #define SYNTAX_ERROR(msgid) \ macro
217 SYNTAX_ERROR ("too many decimal points in number");
264 SYNTAX_ERROR ("exponent has no digits");
271 SYNTAX_ERROR ("hexadecimal floating constants require an exponent");
827 SYNTAX_ERROR ("missing expression between '(' and ')'");
830 SYNTAX_ERROR ("#if with no expression");
864 SYNTAX_ERROR (" ':' without preceding '?'");
H A DMakefile.in233 --keyword=SYNTAX_ERROR --keyword=SYNTAX_ERROR2 \
/freebsd-12-stable/contrib/gcc/config/rs6000/
H A Drs6000-c.c51 #define SYNTAX_ERROR(gmsgid) do { \ macro
66 SYNTAX_ERROR ("missing open paren");
68 SYNTAX_ERROR ("missing number");
70 SYNTAX_ERROR ("missing close paren");
73 SYNTAX_ERROR ("number must be 0 or 1");

Completed in 83 milliseconds