Home
last modified time | relevance | path

Searched refs:CPP_DL_ICE (Results 1 – 23 of 23) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Dinit.c601 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 Ddirectives.c1252 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 Dcharset.c780 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 Dexpr.c1438 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 Dmacro.c544 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 Dfiles.c533 cpp_error_at (pfile, CPP_DL_ICE, loc, "NULL directory in find_file"); in _cpp_find_file()
H A Dlex.c3330 cpp_error (pfile, CPP_DL_ICE, in cpp_spell_token()
H A Ducnid.h4521 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 Dinit.cc618 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 Ddirectives.cc1293 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 Dcharset.cc793 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 Dexpr.cc1464 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 Dmacro.cc553 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 Dfiles.cc528 cpp_error_at (pfile, CPP_DL_ICE, loc, "NULL directory in find_file"); in _cpp_find_file()
H A Dlex.cc4170 cpp_error (pfile, CPP_DL_ICE, in cpp_spell_token()
H A Ducnid.h5382 cpp_error (pfile, CPP_DL_ICE, "Character %x might not be NFKC", c); in check_nfc()
H A DChangeLog5141 CPP_DL_ICE, CPP_DL_NOTE, CPP_DL_FATAL): Replace macros with enums.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/include/
H A Dcpplib.h583 CPP_DL_ICE, enumerator
/netbsd-src/external/gpl3/gcc/dist/libcpp/include/
H A Dcpplib.h622 CPP_DL_ICE, enumerator
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dcpp.cc1105 case CPP_DL_ICE: in cb_cpp_diagnostic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dcpp.c1070 case CPP_DL_ICE: in cb_cpp_diagnostic()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/c-family/
H A Dc-common.c6277 case CPP_DL_ICE: in c_cpp_diagnostic()
/netbsd-src/external/gpl3/gcc/dist/gcc/c-family/
H A Dc-common.cc6662 case CPP_DL_ICE: in c_cpp_diagnostic()