Searched refs:refs_comp (Results 1 - 4 of 4) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c2829 component in a derived type coarray *refs_comp needs to be set and
2833 caf_variable_attr (gfc_expr *expr, bool in_allocate, bool *refs_comp) argument
2847 if (refs_comp)
2848 *refs_comp = false;
2926 if (refs_comp && strcmp (comp->name, "_data") != 0
2929 *refs_comp = true;
2955 gfc_caf_attr (gfc_expr *e, bool in_allocate, bool *refs_comp) argument
2962 attr = caf_variable_attr (e, in_allocate, refs_comp);
2983 attr = caf_variable_attr (e, in_allocate, refs_comp);
H A Dtrans.c846 bool need_assign = false, refs_comp = false; local
860 caf_attr = gfc_caf_attr (expr, true, &refs_comp);
883 else if (!caf_attr.coarray_comp && refs_comp)
/netbsd-current/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc2837 component in a derived type coarray *refs_comp needs to be set and
2841 caf_variable_attr (gfc_expr *expr, bool in_allocate, bool *refs_comp)
2855 if (refs_comp)
2856 *refs_comp = false;
2934 if (refs_comp && strcmp (comp->name, "_data") != 0
2937 *refs_comp = true;
2963 gfc_caf_attr (gfc_expr *e, bool in_allocate, bool *refs_comp)
2970 attr = caf_variable_attr (e, in_allocate, refs_comp);
2991 attr = caf_variable_attr (e, in_allocate, refs_comp);
2820 caf_variable_attr(gfc_expr *expr, bool in_allocate, bool *refs_comp) argument
2942 gfc_caf_attr(gfc_expr *e, bool in_allocate, bool *refs_comp) argument
H A Dtrans.cc919 bool need_assign = false, refs_comp = false; local
933 caf_attr = gfc_caf_attr (expr, true, &refs_comp);
956 else if (!caf_attr.coarray_comp && refs_comp)

Completed in 106 milliseconds