Searched refs:gfc_add_asynchronous (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | symbol.cc | 1385 gfc_add_asynchronous (symbol_attribute *attr, const char *name, locus *where) in gfc_add_asynchronous() function 2105 if (src->asynchronous && !gfc_add_asynchronous (dest, NULL, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3399 bool gfc_add_asynchronous (symbol_attribute *, const char *, locus *);
|
H A D | decl.cc | 5714 t = gfc_add_asynchronous (¤t_attr, NULL, &seen_at[d]); in match_attr_spec() 9843 if (!gfc_add_asynchronous (&sym->attr, sym->name, &gfc_current_locus)) in gfc_match_asynchronous()
|
H A D | ChangeLog-2010 | 5476 (gfc_add_asynchronous): New function. 5481 (gfc_add_asynchronous): New Prototype.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | symbol.c | 1378 gfc_add_asynchronous (symbol_attribute *attr, const char *name, locus *where) in gfc_add_asynchronous() function 2098 if (src->asynchronous && !gfc_add_asynchronous (dest, NULL, where)) in gfc_copy_attr()
|
H A D | gfortran.h | 3116 bool gfc_add_asynchronous (symbol_attribute *, const char *, locus *);
|
H A D | decl.c | 5625 t = gfc_add_asynchronous (¤t_attr, NULL, &seen_at[d]); in match_attr_spec() 9755 if (!gfc_add_asynchronous (&sym->attr, sym->name, &gfc_current_locus)) in gfc_match_asynchronous()
|