Home
last modified time | relevance | path

Searched refs:asynchronous_ns (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dsymbol.cc1391 if (attr->asynchronous && attr->asynchronous_ns == gfc_current_ns) in gfc_add_asynchronous()
1398 attr->asynchronous_ns = gfc_current_ns; in gfc_add_asynchronous()
H A Dgfortran.h1011 struct gfc_namespace *volatile_ns, *asynchronous_ns; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dsymbol.c1384 if (attr->asynchronous && attr->asynchronous_ns == gfc_current_ns) in gfc_add_asynchronous()
1391 attr->asynchronous_ns = gfc_current_ns; in gfc_add_asynchronous()
H A Dgfortran.h937 struct gfc_namespace *volatile_ns, *asynchronous_ns; member