Home
last modified time | relevance | path

Searched refs:caf_enabled (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans-array.c8769 caf_enabled (int caf_mode) in caf_enabled() function
8895 && !caf_enabled (caf_mode)) in structure_alloc_comps()
9112 caf_enabled (caf_mode)) in structure_alloc_comps()
9149 && (!attr->codimension || caf_enabled (caf_mode))) in structure_alloc_comps()
9269 && (!attr->codimension || !caf_enabled (caf_mode))) in structure_alloc_comps()
9448 if (caf_enabled (caf_mode) in structure_alloc_comps()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans-array.cc8938 caf_enabled (int caf_mode) in caf_enabled() function
9304 caf_enabled (caf_mode)) in structure_alloc_comps()
9341 && (!attr->codimension || caf_enabled (caf_mode))) in structure_alloc_comps()
9461 && (!attr->codimension || !caf_enabled (caf_mode))) in structure_alloc_comps()
9640 if (caf_enabled (caf_mode) in structure_alloc_comps()
H A DChangeLog-2016386 (caf_enabled): Check whether in-derived-type coarray processing is