Home
last modified time | relevance | path

Searched refs:GFC_STD_F95 (Results 1 – 19 of 19) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Dintrinsic.c1757 BT_INTEGER, di, GFC_STD_F95, in add_functions()
1765 BT_REAL, dr, GFC_STD_F95, in add_functions()
2057 BT_INTEGER, di, GFC_STD_F95, in add_functions()
2064 GFC_STD_F95, in add_functions()
2154 GFC_STD_F95, in add_functions()
2233 GFC_STD_F95, in add_functions()
2358 BT_INTEGER, di, GFC_STD_F95, in add_functions()
2388 BT_INTEGER, di, GFC_STD_F95, in add_functions()
2895 BT_INTEGER, di, GFC_STD_F95, in add_functions()
3025 BT_INTEGER, di, GFC_STD_F95, in add_functions()
[all …]
H A Dintrinsic.cc1783 BT_INTEGER, di, GFC_STD_F95, in add_functions()
1791 BT_REAL, dr, GFC_STD_F95, in add_functions()
2083 BT_INTEGER, di, GFC_STD_F95, in add_functions()
2090 GFC_STD_F95, in add_functions()
2180 GFC_STD_F95, in add_functions()
2259 GFC_STD_F95, in add_functions()
2384 BT_INTEGER, di, GFC_STD_F95, in add_functions()
2414 BT_INTEGER, di, GFC_STD_F95, in add_functions()
2921 BT_INTEGER, di, GFC_STD_F95, in add_functions()
3051 BT_INTEGER, di, GFC_STD_F95, in add_functions()
[all …]
H A Dlibgfortran.h33 #define GFC_STD_F95 (1<<3) /* New in F95. */ macro
41 #define GFC_STD_OPT_F95 (GFC_STD_F77 | GFC_STD_F95 | GFC_STD_F95_OBS \
H A Doptions.c58 | GFC_STD_F2003 | GFC_STD_F2008 | GFC_STD_F95 | GFC_STD_F77 in set_default_std_flags()
H A Doptions.cc58 | GFC_STD_F2003 | GFC_STD_F2008 | GFC_STD_F95 | GFC_STD_F77 in set_default_std_flags()
H A Dexpr.c2752 if (gfc_option.warn_std & GFC_STD_F95) in check_inquiry()
H A Dexpr.cc2769 if (gfc_option.warn_std & GFC_STD_F95) in check_inquiry()
H A DChangeLog-200482 GFC_STD_F95.
H A Dgfortran.texi3453 @code{GFC_STD_F95} (8), @code{GFC_STD_F2003} (16), @code{GFC_STD_GNU}
3458 GFC_STD_F95_DEL | GFC_STD_F95 | GFC_STD_F2003 | GFC_STD_F2008 |
H A Dgfortran.info4756 'GFC_STD_F95' (8), 'GFC_STD_F2003' (16),
4762 'GFC_STD_F95_OBS | GFC_STD_F95_DEL | GFC_STD_F95
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dintrinsic.c1757 BT_INTEGER, di, GFC_STD_F95, in add_functions()
1765 BT_REAL, dr, GFC_STD_F95, in add_functions()
2057 BT_INTEGER, di, GFC_STD_F95, in add_functions()
2064 GFC_STD_F95, in add_functions()
2154 GFC_STD_F95, in add_functions()
2233 GFC_STD_F95, in add_functions()
2358 BT_INTEGER, di, GFC_STD_F95, in add_functions()
2388 BT_INTEGER, di, GFC_STD_F95, in add_functions()
2895 BT_INTEGER, di, GFC_STD_F95, in add_functions()
3025 BT_INTEGER, di, GFC_STD_F95, in add_functions()
[all …]
H A Dlibgfortran.h33 #define GFC_STD_F95 (1<<3) /* New in F95. */ macro
41 #define GFC_STD_OPT_F95 (GFC_STD_F77 | GFC_STD_F95 | GFC_STD_F95_OBS \
H A Doptions.c58 | GFC_STD_F2003 | GFC_STD_F2008 | GFC_STD_F95 | GFC_STD_F77 in set_default_std_flags()
H A Dexpr.c2752 if (gfc_option.warn_std & GFC_STD_F95) in check_inquiry()
H A Dgfortran.texi3845 @code{GFC_STD_F95} (8), @code{GFC_STD_F2003} (16), @code{GFC_STD_GNU}
3850 GFC_STD_F95_DEL | GFC_STD_F95 | GFC_STD_F2003 | GFC_STD_F2008 |
H A Dgfortran.info5062 'GFC_STD_F95' (8), 'GFC_STD_F2003' (16),
5068 'GFC_STD_F95_OBS | GFC_STD_F95_DEL | GFC_STD_F95
/netbsd/external/gpl3/gcc.old/dist/libgfortran/runtime/
H A Dcompile_options.c209 | GFC_STD_F2003 | GFC_STD_F2008 | GFC_STD_F95 | GFC_STD_F77 in init_compile_options()
/netbsd/external/gpl3/gcc/dist/libgfortran/runtime/
H A Dcompile_options.c209 | GFC_STD_F2003 | GFC_STD_F2008 | GFC_STD_F95 | GFC_STD_F77 in init_compile_options()
/netbsd/external/gpl3/gcc/dist/libgfortran/io/
H A Dformat.c933 standard = GFC_STD_F95; in parse_format_list()