Searched refs:ffebad_start_ (Results 1 – 3 of 3) sorted by relevance
| /openbsd-src/gnu/usr.bin/gcc/gcc/f/ |
| H A D | bad.h | 82 bool ffebad_start_ (bool lex_override, ffebad errnum, ffebadSeverity sev, 94 #define ffebad_start(e) ffebad_start_ (FALSE, (e), FFEBAD_severity, NULL) 95 #define ffebad_start_lex(e) ffebad_start_ (TRUE, (e), FFEBAD_severity, NULL) 96 #define ffebad_start_msg(msgid,s) ffebad_start_ (FALSE, FFEBAD, (s), (msgid)) 97 #define ffebad_start_msg_lex(msgid,s) ffebad_start_ (TRUE, FFEBAD, (s), (msgid))
|
| H A D | bad.c | 168 ffebad_start_ (bool lex_override, ffebad errnum, ffebadSeverity sev, in ffebad_start_() function
|
| H A D | ChangeLog | 459 * bad.c (ffebad_start_): Adjust calls to diagnostic_count_error. 463 * bad.c (ffebad_start_): Adjust call to count_error. 756 (ffebad_start_): Translate all error messages. 758 * bad.h: Use FFEBAD_MSG. Adjust prototype of ffebad_start_ 2720 ffebad_bufputs_, ffebad_bufputs_, ffebad_start_, ffebad_string,
|