Home
last modified time | relevance | path

Searched refs:cpp_diagnostic_at (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcpp/
H A Derrors.cc59 cpp_diagnostic_at (cpp_reader * pfile, enum cpp_diagnostic_level level, in cpp_diagnostic_at() function
82 return cpp_diagnostic_at (pfile, level, reason, &richloc, msgid, ap); in cpp_diagnostic()
164 ret = cpp_diagnostic_at (pfile, CPP_DL_WARNING, reason, richloc, in cpp_warning_at()
184 ret = cpp_diagnostic_at (pfile, CPP_DL_PEDWARN, reason, richloc, in cpp_pedwarning_at()
302 ret = cpp_diagnostic_at (pfile, level, CPP_W_NONE, &richloc, in cpp_error_at()
321 ret = cpp_diagnostic_at (pfile, level, CPP_W_NONE, richloc, in cpp_error_at()
H A DChangeLog1636 * errors.c (cpp_diagnostic_at): Convert level and reason to enums.
2082 (cpp_diagnostic_at): ...this, dropping the location_t-based
2085 cpp_diagnostic_at.
2614 (cpp_diagnostic_at): New function.
/netbsd-src/external/gpl3/gcc.old/dist/libcpp/
H A Derrors.c34 cpp_diagnostic_at (cpp_reader * pfile, enum cpp_diagnostic_level level, in cpp_diagnostic_at() function
75 return cpp_diagnostic_at (pfile, level, reason, &richloc, msgid, ap); in cpp_diagnostic()
258 ret = cpp_diagnostic_at (pfile, level, CPP_W_NONE, &richloc, in cpp_error_at()
277 ret = cpp_diagnostic_at (pfile, level, CPP_W_NONE, richloc, in cpp_error_at()