Go to the source code of this file.
Functions/Subroutines | |
| void | warning (int, const char *,...) ATTRIBUTE_PRINTF_2 |
| void | error (const char *,...) ATTRIBUTE_PRINTF_1 |
| void | fatal (const char *,...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1 |
| void | internal_error (const char *,...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF_1 |
| 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.
References diagnostic_set_info(), exit(), FATAL_EXIT_CODE, fprintf(), fputc(), gcc_unreachable, input_location, progname, report_diagnostic, va_end, va_start, and vfprintf().
| const char* trim_filename | ( | const char * | ) |
Definition at line 374 of file diagnostic.c.
| void warning | ( | int | , | |
| const char * | , | |||
| ... | ||||
| ) |
| int have_error |
Definition at line 39 of file errors.c.
Referenced by add_constraint(), check_all_description(), check_attr_value(), check_defs(), convert_set_attr_alternative(), error(), expand_automata(), gen_attr(), gen_delay(), gen_unit(), main(), process_define_predicate(), process_template(), scan_operands(), validate_exp(), validate_insn_alternatives(), validate_insn_operands(), and write_automata().
1.5.6