HomeSort by: relevance | last modified time | path
    Searched defs:asynchronous (Results 1 - 6 of 6) sorted by relevancy

  /src/external/gpl3/gcc/dist/gcc/fortran/
io.cc 63 tag_e_async = {"ASYNCHRONOUS", " asynchronous =", " %e", BT_CHARACTER},
97 tag_s_async = {"ASYNCHRONOUS", " asynchronous =", " %v", BT_CHARACTER},
1895 m = match_etag (&tag_e_async, &open->asynchronous);
2006 gfc_free_expr (open->asynchronous);
2036 RESOLVE_TAG (&tag_e_async, open->asynchronous);
2223 /* Checks on the ASYNCHRONOUS specifier. */
2224 if (open->asynchronous)
2226 if (!gfc_notify_std (GFC_STD_F2003, "ASYNCHRONOUS= at %L
2233 static const char * asynchronous[] = { "YES", "NO", NULL }; local
3842 static const char * asynchronous[] = { "YES", "NO", NULL }; local
    [all...]
symbol.cc 459 *asynchronous = "ASYNCHRONOUS", *codimension = "CODIMENSION", local
700 conf (asynchronous, intrinsic)
701 conf (asynchronous, external)
720 conf (procedure, asynchronous)
773 conf2 (asynchronous);
827 conf2 (asynchronous);
908 conf2 (asynchronous);
1395 given a ASYNCHRONOUS attribute. */
1397 if (attr->asynchronous && attr->asynchronous_ns == gfc_current_ns
    [all...]
gfortran.h 867 implied_index:1, subref_array_pointer:1, proc_pointer:1, asynchronous:1, member in struct:__anon13616
2883 *decimal, *encoding, *round, *sign, *asynchronous, *id, *newunit, member in struct:__anon13652
2913 *asynchronous, *decimal, *encoding, *pending, *round, *sign, *size, *id, member in struct:__anon13655
2933 *id, *pos, *asynchronous, *blank, *decimal, *delim, *pad, *round, member in struct:__anon13657
  /src/external/gpl3/gcc.old/dist/gcc/fortran/
io.cc 63 tag_e_async = {"ASYNCHRONOUS", " asynchronous =", " %e", BT_CHARACTER},
97 tag_s_async = {"ASYNCHRONOUS", " asynchronous =", " %v", BT_CHARACTER},
1895 m = match_etag (&tag_e_async, &open->asynchronous);
2006 gfc_free_expr (open->asynchronous);
2045 RESOLVE_TAG (&tag_e_async, open->asynchronous);
2232 /* Checks on the ASYNCHRONOUS specifier. */
2233 if (open->asynchronous)
2235 if (!gfc_notify_std (GFC_STD_F2003, "ASYNCHRONOUS= at %L
2242 static const char * asynchronous[] = { "YES", "NO", NULL }; local
3851 static const char * asynchronous[] = { "YES", "NO", NULL }; local
    [all...]
symbol.cc 428 *asynchronous = "ASYNCHRONOUS", *codimension = "CODIMENSION", local
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
    [all...]
gfortran.h 859 implied_index:1, subref_array_pointer:1, proc_pointer:1, asynchronous:1, member in struct:__anon16051
2782 *decimal, *encoding, *round, *sign, *asynchronous, *id, *newunit, member in struct:__anon16084
2812 *asynchronous, *decimal, *encoding, *pending, *round, *sign, *size, *id, member in struct:__anon16087
2832 *id, *pos, *asynchronous, *blank, *decimal, *delim, *pad, *round, member in struct:__anon16089

Completed in 39 milliseconds