Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c875 if (notification_std(GFC_STD_GNU) == NOTIFICATION_ERROR) in parse_format_list()
939 if (notification_std (standard) == NOTIFICATION_ERROR in parse_format_list()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/io/
H A Dformat.c875 if (notification_std(GFC_STD_GNU) == NOTIFICATION_ERROR) in parse_format_list()
932 if (notification_std (GFC_STD_F2008) == NOTIFICATION_ERROR in parse_format_list()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Derror.c823 return warning ? NOTIFICATION_WARNING : NOTIFICATION_ERROR; in notification_std()
/netbsd-src/external/gpl3/gcc/dist/libgfortran/runtime/
H A Derror.c792 return warning ? NOTIFICATION_WARNING : NOTIFICATION_ERROR; in notification_std()
/netbsd-src/external/gpl3/gcc.old/dist/libgfortran/
H A Dlibgfortran.h593 { NOTIFICATION_SILENT, NOTIFICATION_WARNING, NOTIFICATION_ERROR } enumerator
/netbsd-src/external/gpl3/gcc/dist/libgfortran/
H A Dlibgfortran.h635 { NOTIFICATION_SILENT, NOTIFICATION_WARNING, NOTIFICATION_ERROR } enumerator