Searched refs:CPP_DL_ICE (Results 1 - 9 of 9) sorted by relevance

/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dinit.c420 cpp_error (pfile, CPP_DL_ICE, "cppchar_t must be an unsigned type");
423 cpp_error (pfile, CPP_DL_ICE,
430 cpp_error (pfile, CPP_DL_ICE,
434 cpp_error (pfile, CPP_DL_ICE, "target char is less than 8 bits wide");
437 cpp_error (pfile, CPP_DL_ICE,
441 cpp_error (pfile, CPP_DL_ICE,
446 cpp_error (pfile, CPP_DL_ICE,
450 cpp_error (pfile, CPP_DL_ICE,
H A Derrors.c111 case CPP_DL_ICE:
119 else if (level == CPP_DL_ICE)
H A Dcharset.c741 cpp_error (pfile, CPP_DL_ICE,
759 cpp_errno (pfile, CPP_DL_ICE, "converting to execution character set");
764 cpp_error (pfile, CPP_DL_ICE,
890 cpp_error (pfile, CPP_DL_ICE, "Character %x might not be NFKC", c);
962 cpp_error (pfile, CPP_DL_ICE, "In _cpp_valid_ucn but not a UCN");
H A Ddirectives.c1085 cpp_error (pfile, CPP_DL_ICE,
1094 cpp_error (pfile, CPP_DL_ICE,
1112 cpp_error (pfile, CPP_DL_ICE,
1116 cpp_error (pfile, CPP_DL_ICE, "#pragma %s %s is already registered",
1119 cpp_error (pfile, CPP_DL_ICE, "#pragma %s is already registered", name);
1149 cpp_error (pfile, CPP_DL_ICE, "registering pragma with NULL handler");
H A Dmacro.c123 cpp_error (pfile, CPP_DL_ICE, "invalid built-in macro \"%s\"",
320 cpp_error (pfile, CPP_DL_ICE, "invalid built-in macro \"%s\"",
1719 cpp_error (pfile, CPP_DL_ICE,
H A Dexpr.c891 cpp_error (pfile, CPP_DL_ICE, "unbalanced stack in #if");
910 cpp_error (pfile, CPP_DL_ICE, "impossible operator '%u'", top->op);
H A Dfiles.c426 cpp_error (pfile, CPP_DL_ICE, "NULL directory in find_file");
/freebsd-10-stable/contrib/gcclibs/libcpp/include/
H A Dcpplib.h793 #define CPP_DL_ICE 0x04 macro
/freebsd-10-stable/contrib/gcc/cp/
H A Derror.c2416 case CPP_DL_ICE:

Completed in 98 milliseconds