Home
last modified time | relevance | path

Searched refs:gfc_add_asynchronous (Results 1 – 7 of 7) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc1385 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 Dgfortran.h3399 bool gfc_add_asynchronous (symbol_attribute *, const char *, locus *);
H A Ddecl.cc5714 t = gfc_add_asynchronous (&current_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 DChangeLog-20105476 (gfc_add_asynchronous): New function.
5481 (gfc_add_asynchronous): New Prototype.
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c1378 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 Dgfortran.h3116 bool gfc_add_asynchronous (symbol_attribute *, const char *, locus *);
H A Ddecl.c5625 t = gfc_add_asynchronous (&current_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()