Home
last modified time | relevance | path

Searched refs:runtime_error_at (Results 1 – 13 of 13) sorted by relevance

/netbsd/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dminimal.c264 runtime_error_at (const char *where, const char *message, ...) in runtime_error_at() function
277 iexport(runtime_error_at);
H A Derror.c486 runtime_error_at (const char *where, const char *message, ...) in runtime_error_at() function
511 iexport(runtime_error_at);
/netbsd/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dminimal.c264 runtime_error_at (const char *where, const char *message, ...) in runtime_error_at() function
277 iexport(runtime_error_at);
H A Derror.c455 runtime_error_at (const char *where, const char *message, ...) in runtime_error_at() function
480 iexport(runtime_error_at);
/netbsd/external/gpl3/gcc/dist/libgfortran/
H A DChangeLog-201554 (runtime_error_at): Likewise.
330 (runtime_error_at, sys_abort): Bring more in line with the
H A Dlibgfortran.h781 extern _Noreturn void runtime_error_at (const char *, const char *, ...)
783 iexport_proto(runtime_error_at);
H A DChangeLog-20071094 * runtime/error.c (runtime_error_at): Add a variable number of
1096 * libgfortran.h (runtime_error_at): Update prototype.
1567 * runtime/error.c (runtime_error_at): New function.
1573 a new comment. Add prototype for runtime_error_at. Export prototype
H A DChangeLog-2011783 (runtime_error_at): Likewise.
807 (runtime_error_at): Likewise.
H A DChangeLog-2010934 (runtime_error_at): Likewise.
H A DChangeLog-2018471 (runtime_error_at): Likewise.
H A DChangeLog-2008669 * runtime/error.c: New function runtime_error_at.
/netbsd/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h742 extern _Noreturn void runtime_error_at (const char *, const char *, ...)
744 iexport_proto(runtime_error_at);
/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A DChangeLog-20072165 runtime_error and runtime_error_at handle a variable number of
3932 function runtime_error_at().
3934 Add declaration for library functions runtime_error_at and
3943 * trans-decl.c: Add declarations for runtime_error_at and
3945 declarations for runtime_error_at and generate_error.