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

  /src/external/gpl3/gcc.old/dist/gcc/fortran/
trans.cc 920 gfc_coarray_regtype caf_alloc_type = GFC_CAF_COARRAY_ALLOC; local
947 caf_alloc_type = GFC_CAF_LOCK_ALLOC;
954 caf_alloc_type = GFC_CAF_EVENT_ALLOC;
959 caf_alloc_type = GFC_CAF_COARRAY_ALLOC_ALLOCATE_ONLY;
994 status, errmsg, errlen, caf_alloc_type);
  /src/external/gpl3/gcc/dist/gcc/fortran/
trans.cc 965 gfc_coarray_regtype caf_alloc_type = GFC_CAF_COARRAY_ALLOC; local
992 caf_alloc_type = GFC_CAF_LOCK_ALLOC;
999 caf_alloc_type = GFC_CAF_EVENT_ALLOC;
1004 caf_alloc_type = GFC_CAF_COARRAY_ALLOC_ALLOCATE_ONLY;
1039 status, errmsg, errlen, caf_alloc_type);

Completed in 18 milliseconds