Searched refs:gfc_add_contiguous (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 1105 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 D | gfortran.h | 3366 bool gfc_add_contiguous (symbol_attribute *, const char *, locus *);
|
H A D | ChangeLog | 273 * symbol.cc (gfc_add_contiguous): Diagnose and reject duplicate
|
H A D | ChangeLog-2010 | 3238 * symbol.c (gfc_add_contiguous): New function. 3246 (gfc_add_contiguous): Add prototype.
|
H A D | decl.cc | 5725 t = gfc_add_contiguous (¤t_attr, NULL, &seen_at[d]); in match_attr_spec()
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 1104 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 D | gfortran.h | 3081 bool gfc_add_contiguous (symbol_attribute *, const char *, locus *);
|
H A D | decl.c | 5636 t = gfc_add_contiguous (¤t_attr, NULL, &seen_at[d]); in match_attr_spec()
|