Home
last modified time | relevance | path

Searched refs:error_stop_string (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dstop.c159 extern _Noreturn void error_stop_string (const char *, size_t, bool);
160 export_proto(error_stop_string);
163 error_stop_string (const char *string, size_t len, bool quiet) in error_stop_string() function
H A Dminimal.c364 extern _Noreturn void error_stop_string (const char *, size_t, bool);
365 export_proto(error_stop_string);
368 error_stop_string (const char *string, size_t len, bool quiet) in error_stop_string() function
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dstop.c159 extern _Noreturn void error_stop_string (const char *, size_t, bool);
160 export_proto(error_stop_string);
163 error_stop_string (const char *string, size_t len, bool quiet) in error_stop_string() function
H A Dminimal.c364 extern _Noreturn void error_stop_string (const char *, size_t, bool);
365 export_proto(error_stop_string);
368 error_stop_string (const char *string, size_t len, bool quiet) in error_stop_string() function
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-2011716 * runtime/stop.c (stop_string,error_stop_string): Minor cleanup.
754 * runtime/stop.c (error_stop_string, error_stop_numeric):
790 (error_stop_string): Call sys_abort().
816 (error_stop_string): Likewise.
H A DChangeLog-201558 * runtime/stop.c (error_stop_string): Likewise.
H A DChangeLog-2013166 (stop_numeric, stop_numeric_f08, stop_string, error_stop_string,
H A DChangeLog-2018480 (error_stop_string): Likewise.
1319 (stop_string, error_stop_string, error_stop_numeric): New
1412 (error_stop_string): Likewise.
1427 (error_stop_string): Likewise.
H A DChangeLog-2010805 * runtime/stop.c (error_stop_string): New function.