/netbsd-src/external/gpl3/gcc.old/dist/libcpp/ |
H A D | init.c | 601 cpp_error (pfile, CPP_DL_ICE, "cppchar_t must be an unsigned type"); in sanity_checks() 604 cpp_error (pfile, CPP_DL_ICE, in sanity_checks() 611 cpp_error (pfile, CPP_DL_ICE, in sanity_checks() 615 cpp_error (pfile, CPP_DL_ICE, "target char is less than 8 bits wide"); in sanity_checks() 618 cpp_error (pfile, CPP_DL_ICE, in sanity_checks() 622 cpp_error (pfile, CPP_DL_ICE, in sanity_checks() 627 cpp_error (pfile, CPP_DL_ICE, in sanity_checks() 631 cpp_error (pfile, CPP_DL_ICE, in sanity_checks()
|
H A D | directives.c | 1252 cpp_error (pfile, CPP_DL_ICE, in register_pragma_1() 1261 cpp_error (pfile, CPP_DL_ICE, in register_pragma_1() 1279 cpp_error (pfile, CPP_DL_ICE, in register_pragma_1() 1283 cpp_error (pfile, CPP_DL_ICE, "#pragma %s %s is already registered", in register_pragma_1() 1286 cpp_error (pfile, CPP_DL_ICE, "#pragma %s is already registered", name); in register_pragma_1() 1316 cpp_error (pfile, CPP_DL_ICE, "registering pragma with NULL handler"); in cpp_register_pragma()
|
H A D | charset.c | 780 cpp_error (pfile, CPP_DL_ICE, in cpp_host_to_exec_charset() 798 cpp_errno (pfile, CPP_DL_ICE, "converting to execution character set"); in cpp_host_to_exec_charset() 803 cpp_error (pfile, CPP_DL_ICE, in cpp_host_to_exec_charset() 1070 cpp_error (pfile, CPP_DL_ICE, "In _cpp_valid_ucn but not a UCN"); in _cpp_valid_ucn()
|
H A D | expr.c | 1438 cpp_error_with_line (pfile, CPP_DL_ICE, top->loc, 0, in _cpp_parse_expr() 1459 cpp_error (pfile, CPP_DL_ICE, "impossible operator '%u'", top->op); in reduce()
|
H A D | macro.c | 544 cpp_error (pfile, CPP_DL_ICE, "invalid built-in macro \"%s\"", in _cpp_builtin_macro_text() 806 cpp_error (pfile, CPP_DL_ICE, "invalid built-in macro \"%s\"", in builtin_macro()
|
H A D | files.c | 533 cpp_error_at (pfile, CPP_DL_ICE, loc, "NULL directory in find_file"); in _cpp_find_file()
|
H A D | lex.c | 3330 cpp_error (pfile, CPP_DL_ICE, in cpp_spell_token()
|
H A D | ucnid.h | 4521 cpp_error (pfile, CPP_DL_ICE, "Character %x might not be NFKC", c); in check_nfc()
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/ |
H A D | init.cc | 618 cpp_error (pfile, CPP_DL_ICE, "cppchar_t must be an unsigned type"); in sanity_checks() 621 cpp_error (pfile, CPP_DL_ICE, in sanity_checks() 628 cpp_error (pfile, CPP_DL_ICE, in sanity_checks() 632 cpp_error (pfile, CPP_DL_ICE, "target char is less than 8 bits wide"); in sanity_checks() 635 cpp_error (pfile, CPP_DL_ICE, in sanity_checks() 639 cpp_error (pfile, CPP_DL_ICE, in sanity_checks() 644 cpp_error (pfile, CPP_DL_ICE, in sanity_checks() 648 cpp_error (pfile, CPP_DL_ICE, in sanity_checks()
|
H A D | directives.cc | 1293 cpp_error (pfile, CPP_DL_ICE, in register_pragma_1() 1302 cpp_error (pfile, CPP_DL_ICE, in register_pragma_1() 1320 cpp_error (pfile, CPP_DL_ICE, in register_pragma_1() 1324 cpp_error (pfile, CPP_DL_ICE, "#pragma %s %s is already registered", in register_pragma_1() 1327 cpp_error (pfile, CPP_DL_ICE, "#pragma %s is already registered", name); in register_pragma_1() 1357 cpp_error (pfile, CPP_DL_ICE, "registering pragma with NULL handler"); in cpp_register_pragma()
|
H A D | charset.cc | 793 cpp_error (pfile, CPP_DL_ICE, in cpp_host_to_exec_charset() 811 cpp_errno (pfile, CPP_DL_ICE, "converting to execution character set"); in cpp_host_to_exec_charset() 816 cpp_error (pfile, CPP_DL_ICE, in cpp_host_to_exec_charset() 1103 cpp_error (pfile, CPP_DL_ICE, "In _cpp_valid_ucn but not a UCN"); in _cpp_valid_ucn()
|
H A D | expr.cc | 1464 cpp_error_with_line (pfile, CPP_DL_ICE, top->loc, 0, in _cpp_parse_expr() 1485 cpp_error (pfile, CPP_DL_ICE, "impossible operator '%u'", top->op); in reduce()
|
H A D | macro.cc | 553 cpp_error (pfile, CPP_DL_ICE, "invalid built-in macro \"%s\"", in _cpp_builtin_macro_text() 856 cpp_error (pfile, CPP_DL_ICE, "invalid built-in macro \"%s\"", in builtin_macro()
|
H A D | files.cc | 528 cpp_error_at (pfile, CPP_DL_ICE, loc, "NULL directory in find_file"); in _cpp_find_file()
|
H A D | lex.cc | 4170 cpp_error (pfile, CPP_DL_ICE, in cpp_spell_token()
|
H A D | ucnid.h | 5382 cpp_error (pfile, CPP_DL_ICE, "Character %x might not be NFKC", c); in check_nfc()
|
H A D | ChangeLog | 5141 CPP_DL_ICE, CPP_DL_NOTE, CPP_DL_FATAL): Replace macros with enums.
|
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/ |
H A D | cpplib.h | 583 CPP_DL_ICE, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/ |
H A D | cpplib.h | 622 CPP_DL_ICE, enumerator
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | cpp.cc | 1105 case CPP_DL_ICE: in cb_cpp_diagnostic()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | cpp.c | 1070 case CPP_DL_ICE: in cb_cpp_diagnostic()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/ |
H A D | c-common.c | 6277 case CPP_DL_ICE: in c_cpp_diagnostic()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/ |
H A D | c-common.cc | 6662 case CPP_DL_ICE: in c_cpp_diagnostic()
|