Searched refs:fatal_with_file_and_line (Results 1 – 7 of 7) sorted by relevance
/dflybsd-src/contrib/gcc-8.0/gcc/ |
H A D | read-md.c | 262 fatal_with_file_and_line (const char *msg, ...) in fatal_with_file_and_line() function 308 fatal_with_file_and_line ("expected character `%c', found EOF", in fatal_expected_char() 311 fatal_with_file_and_line ("expected character `%c', found `%c'", in fatal_expected_char() 344 fatal_with_file_and_line ("stray '/' in file"); in read_skip_spaces() 394 fatal_with_file_and_line ("missing '%s'", expected); in require_word_ws() 490 fatal_with_file_and_line ("name too long"); in read_name_1() 530 fatal_with_file_and_line ("missing name or number"); in read_name() 655 fatal_with_file_and_line in read_braced_string() 702 fatal_with_file_and_line ("expected `\"' or `{', found `%c'", c); in read_string() 835 fatal_with_file_and_line ("redefinition of `%s', was `%s', now `%s'", in add_constant() [all …]
|
H A D | read-rtl.c | 157 fatal_with_file_and_line ("unknown mode `%s'", name); in find_mode() 200 fatal_with_file_and_line ("unknown rtx code `%s'", name); in find_code() 528 fatal_with_file_and_line ("unknown iterator value `%s'", ause->value); in apply_attribute_uses() 658 fatal_with_file_and_line ("`%s' already defined", name); in add_mapping() 850 fatal_with_file_and_line ("invalid decimal constant \"%s\"\n", string); in validate_const_int() 873 fatal_with_file_and_line ("invalid hex constant \"%s\"\n", string); in validate_const_wide_int() 1078 fatal_with_file_and_line ("code iterator `%s' combines " in check_code_iterator() 1223 fatal_with_file_and_line ("unrecognized flag: `%c'", flag_char); in read_flags() 1237 fatal_with_file_and_line ("unrecognized REG_NOTE name: `%s'", string); in parse_reg_note_name() 1486 fatal_with_file_and_line ("vector must have at least one element"); in read_rtx_operand()
|
H A D | read-md.h | 334 extern void fatal_with_file_and_line (const char *, ...)
|
H A D | read-rtl-function.c | 326 fatal_with_file_and_line ("unrecognized NOTE_INSN name: `%s'", string); in parse_note_insn_name() 447 fatal_with_file_and_line ("unrecognized directive: %s", in parse_function()
|
/dflybsd-src/contrib/gcc-4.7/gcc/ |
H A D | read-md.c | 273 fatal_with_file_and_line (const char *msg, ...) in fatal_with_file_and_line() function 315 fatal_with_file_and_line ("expected character `%c', found EOF", in fatal_expected_char() 318 fatal_with_file_and_line ("expected character `%c', found `%c'", in fatal_expected_char() 351 fatal_with_file_and_line ("stray '/' in file"); in read_skip_spaces() 395 fatal_with_file_and_line ("name too long"); in read_name() 402 fatal_with_file_and_line ("missing name or number"); in read_name() 529 fatal_with_file_and_line in read_braced_string() 568 fatal_with_file_and_line ("expected `\"' or `{', found `%c'", c); in read_string() 705 fatal_with_file_and_line ("redefinition of `%s', was `%s', now `%s'", in add_constant() 708 fatal_with_file_and_line ("redefinition of `%s'", def->name); in add_constant()
|
H A D | read-rtl.c | 141 fatal_with_file_and_line ("unknown mode `%s'", name); in find_mode() 167 fatal_with_file_and_line ("unknown rtx code `%s'", name); in find_code() 532 fatal_with_file_and_line ("`%s' already defined", name); in add_mapping() 714 fatal_with_file_and_line ("invalid decimal constant \"%s\"\n", string); in validate_const_int() 801 fatal_with_file_and_line ("code iterator `%s' combines " in check_code_iterator() 866 fatal_with_file_and_line ("undefined attribute '%s' used for mode", in read_rtx() 919 fatal_with_file_and_line ("mode too large"); in read_rtx_code() 977 fatal_with_file_and_line ("vector must have at least one element"); in read_rtx_code()
|
H A D | read-md.h | 125 extern void fatal_with_file_and_line (const char *, ...)
|