Home
last modified time | relevance | path

Searched refs:lhd_print_error_function (Results 1 – 6 of 6) sorted by relevance

/freebsd-12.1/contrib/gcc/
H A Dlanghooks-def.h60 extern void lhd_print_error_function (struct diagnostic_context *,
133 #define LANG_HOOKS_PRINT_ERROR_FUNCTION lhd_print_error_function
H A Dlanghooks.c507 lhd_print_error_function (diagnostic_context *context, const char *file) in lhd_print_error_function() function
H A DChangeLog-2003712 * langhooks.c (lhd_print_error_function): Fix for PR c/13110.
9085 * langhooks.c (lhd_print_error_function): Move from diagnostic.c.
12782 (lhd_print_error_function): Likewise.
H A DChangeLog-200225499 (lhd_print_error_function): Likewise.
26716 (lhd_print_error_function, LANG_HOOKS_PRINT_ERROR_FUNCTION): New.
H A DChangeLog-200438278 lhd_print_error_function): Likewise.
/freebsd-12.1/contrib/gcc/cp/
H A Derror.c2171 lhd_print_error_function (context, file); in cxx_print_error_function()