Go to the source code of this file.
Functions/Subroutines | |
| void | warning (const char *,...) |
| void | error (const char *,...) |
| void | fatal (const char *,...) ATTRIBUTE_NORETURN |
| void | internal_error (const char *,...) ATTRIBUTE_NORETURN |
| const char * | trim_filename (const char *) |
Variables | |
| int | have_error |
| const char * | progname |
| void error | ( | const char * | , | |
| ... | ||||
| ) |
Definition at line 71 of file whirl2c_main.cxx.
| void fatal | ( | const char * | , | |
| ... | ||||
| ) |
Definition at line 369 of file collect2.c.
| void internal_error | ( | const char * | , | |
| ... | ||||
| ) |
Definition at line 518 of file diagnostic.c.
| const char* trim_filename | ( | const char * | ) |
Definition at line 374 of file diagnostic.c.
| void warning | ( | const char * | , | |
| ... | ||||
| ) |
Definition at line 435 of file diagnostic.c.
References diagnostic_set_info(), fprintf(), fputc(), input_location, progname, report_diagnostic, va_end, va_start, and vfprintf().
| int have_error |
1.5.6