Home
last modified time | relevance | path

Searched refs:print_error_function (Results 1 – 16 of 16) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libcc1/
H A Dcontext.cc170 lang_hooks.print_error_function = plugin_print_error_function; in generic_plugin_init()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Dtree-diagnostic.c40 lang_hooks.print_error_function (context, LOCATION_FILE (input_location), in diagnostic_report_current_function()
H A Dlanghooks.h460 void (*print_error_function) (diagnostic_context *, const char *, member
H A DFSFChangeLog.109646 * toplev.c (print_error_function): New function hook.
9648 of print_error_function. Code moved here from report_error_function.
9649 (report_error_function): Use print_error_function hook.
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dtree-diagnostic.cc41 lang_hooks.print_error_function (context, LOCATION_FILE (loc), diagnostic); in diagnostic_report_current_function()
H A Dlanghooks.h516 void (*print_error_function) (diagnostic_context *, const char *, member
H A DFSFChangeLog.109646 * toplev.c (print_error_function): New function hook.
9648 of print_error_function. Code moved here from report_error_function.
9649 (report_error_function): Use print_error_function hook.
H A DChangeLog-1999459 default_print_error_function, print_error_function,
11094 (print_error_function): Add extern prototype. Constify a char*.
21013 fatal_insn, default_print_error_function, print_error_function,
H A DChangeLog-20075174 (struct lang_hooks): Add third argument to print_error_function.
5182 argument, pass it as third argument to lang_hooks.print_error_function.
H A DChangeLog-200226710 * diagnostic.c (print_error_function): Remove.
26713 * diagnostic.h (print_error_function): Remove.
H A DChangeLog-200119413 * tree.h (print_error_function): Move to...
H A DChangeLog-201011377 (initialize_diagnostics, print_error_function): Declare using
/netbsd-src/external/gpl3/gcc.old/dist/libcc1/
H A Dlibcc1plugin.cc961 lang_hooks.print_error_function = plugin_print_error_function; in plugin_init()
H A Dlibcp1plugin.cc3709 lang_hooks.print_error_function = plugin_print_error_function; in plugin_init()
/netbsd-src/external/gpl3/gcc/dist/gcc/cp/
H A DChangeLog-20001618 (init_error): Initialize print_error_function.
1633 * decl.c (init_decl_processing): Set print_error_function to NULL.
H A DChangeLog-19984149 (init_decl_processing): Set print_error_function to use it.