Searched refs:gfc_add_in_equivalence (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | match.cc | 5783 if (!gfc_add_in_equivalence (&sym->attr, sym->name, NULL)) in gfc_match_equivalence() 5787 && !gfc_add_in_equivalence (&CLASS_DATA (sym)->attr, in gfc_match_equivalence()
|
H A D | gfortran.h | 3389 bool gfc_add_in_equivalence (symbol_attribute *, const char *, locus *);
|
H A D | ChangeLog-2005 | 1327 * gfortran.h: Prototype for gfc_add_in_equivalence. 1330 group. Call gfc_add_in_equivalence to add the constraints 1347 (gfc_add_in_equivalence): New function to interface calls
|
H A D | symbol.cc | 1558 gfc_add_in_equivalence (symbol_attribute *attr, const char *name, locus *where) in gfc_add_in_equivalence() function
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | match.c | 5714 if (!gfc_add_in_equivalence (&sym->attr, sym->name, NULL)) in gfc_match_equivalence() 5718 && !gfc_add_in_equivalence (&CLASS_DATA (sym)->attr, in gfc_match_equivalence()
|
H A D | gfortran.h | 3106 bool gfc_add_in_equivalence (symbol_attribute *, const char *, locus *);
|
H A D | symbol.c | 1551 gfc_add_in_equivalence (symbol_attribute *attr, const char *name, locus *where) in gfc_add_in_equivalence() function
|