Home
last modified time | relevance | path

Searched refs:gfc_add_contiguous (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc1105 gfc_add_contiguous (symbol_attribute *attr, const char *name, locus *where) in gfc_add_contiguous() function
2091 if (src->contiguous && !gfc_add_contiguous (dest, NULL, where)) in gfc_copy_attr()
H A Dgfortran.h3366 bool gfc_add_contiguous (symbol_attribute *, const char *, locus *);
H A DChangeLog273 * symbol.cc (gfc_add_contiguous): Diagnose and reject duplicate
H A DChangeLog-20103238 * symbol.c (gfc_add_contiguous): New function.
3246 (gfc_add_contiguous): Add prototype.
H A Ddecl.cc5725 t = gfc_add_contiguous (&current_attr, NULL, &seen_at[d]); in match_attr_spec()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c1104 gfc_add_contiguous (symbol_attribute *attr, const char *name, locus *where) in gfc_add_contiguous() function
2084 if (src->contiguous && !gfc_add_contiguous (dest, NULL, where)) in gfc_copy_attr()
H A Dgfortran.h3081 bool gfc_add_contiguous (symbol_attribute *, const char *, locus *);
H A Ddecl.c5636 t = gfc_add_contiguous (&current_attr, NULL, &seen_at[d]); in match_attr_spec()