Home | History | Annotate | Download | only in fortran

Lines Matching defs:asynchronous

428     *asynchronous = "ASYNCHRONOUS", *codimension = "CODIMENSION",
680 conf (asynchronous, intrinsic)
681 conf (asynchronous, external)
700 conf (procedure, asynchronous)
753 conf2 (asynchronous);
807 conf2 (asynchronous);
888 conf2 (asynchronous);
1389 given a ASYNCHRONOUS attribute. */
1391 if (attr->asynchronous && attr->asynchronous_ns == gfc_current_ns)
1393 "Duplicate ASYNCHRONOUS attribute specified at %L",
1397 attr->asynchronous = 1;
2105 if (src->asynchronous && !gfc_add_asynchronous (dest, NULL, where))