Home
last modified time | relevance | path

Searched refs:default_diagnostic_starter (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Ddiagnostic.h403 void default_diagnostic_starter (diagnostic_context *, diagnostic_info *);
H A Ddiagnostic.c204 diagnostic_starter (context) = default_diagnostic_starter; in diagnostic_initialize()
712 default_diagnostic_starter (diagnostic_context *context, in default_diagnostic_starter() function
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Ddiagnostic.h513 void default_diagnostic_starter (diagnostic_context *, diagnostic_info *);
H A Ddiagnostic.cc205 diagnostic_starter (context) = default_diagnostic_starter; in diagnostic_initialize()
841 default_diagnostic_starter (diagnostic_context *context, in default_diagnostic_starter() function
H A DChangeLog-200910902 * diagnostic.c (default_diagnostic_starter): Make extern.
10904 * diagnostic.h (default_diagnostic_starter): Declare.
H A DChangeLog-201029962 (default_diagnostic_starter): Update call to
30178 (default_diagnostic_starter): Call
H A DChangeLog-200011090 * diagnostic.c (default_diagnostic_starter,
H A DChangeLog-20075183 (default_diagnostic_starter): Pass DIAGNOSTIC as second argument
H A DChangeLog-200312784 (default_diagnostic_starter): Likewise.
H A DChangeLog-20118312 (default_diagnostic_starter): Pass the relevant diagnostic
H A DChangeLog-201532765 (default_diagnostic_starter): Use diagnostic_location function.