HomeSort by: relevance | last modified time | path
    Searched defs:cpp_error (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gcc/dist/libcpp/
errors.cc 88 cpp_error (cpp_reader * pfile, enum cpp_diagnostic_level level, function
289 /* As cpp_error, but use SRC_LOC as the location of the error, without
309 /* As cpp_error, but use RICHLOC as the location of the error, without
335 return cpp_error (pfile, level, "%s: %s", _(msgid), xstrerror (errno));
  /src/external/gpl3/gcc.old/dist/libcpp/
errors.cc 88 cpp_error (cpp_reader * pfile, enum cpp_diagnostic_level level, function
289 /* As cpp_error, but use SRC_LOC as the location of the error, without
309 /* As cpp_error, but use RICHLOC as the location of the error, without
335 return cpp_error (pfile, level, "%s: %s", _(msgid), xstrerror (errno));

Completed in 23 milliseconds