Home
last modified time | relevance | path

Searched refs:gfc_merge_new_implicit (Results 1 – 10 of 10) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dgfortran.h3066 bool gfc_merge_new_implicit (gfc_typespec *);
H A Ddecl.c4858 if (!gfc_merge_new_implicit (&ts)) in gfc_match_implicit()
4902 if (!gfc_merge_new_implicit (&ts)) in gfc_match_implicit()
H A Dsymbol.c194 gfc_merge_new_implicit (gfc_typespec *ts) in gfc_merge_new_implicit() function
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dgfortran.h3351 bool gfc_merge_new_implicit (gfc_typespec *);
H A DChangeLog-20041627 (gfc_add_new_implicit_range, gfc_merge_new_implicit): Update.
1633 (gfc_merge_new_implicit): Combine with gfc_set_implicit.
H A Ddecl.cc4963 if (!gfc_merge_new_implicit (&ts)) in gfc_match_implicit()
5007 if (!gfc_merge_new_implicit (&ts)) in gfc_match_implicit()
H A Dsymbol.cc194 gfc_merge_new_implicit (gfc_typespec *ts) in gfc_merge_new_implicit() function
H A DChangeLog-201544 gfc_merge_new_implicit): Ditto.
H A DChangeLog-20052753 (gfc_merge_new_implicit): Error if there's an IMPLICIT NONE statement.
H A DChangeLog-2008993 * symbol.c (gfc_merge_new_implicit): Remember loci of IMPLICIT's.