Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dprimary.c2833 caf_variable_attr (gfc_expr *expr, bool in_allocate, bool *refs_comp) in caf_variable_attr() argument
2847 if (refs_comp) in caf_variable_attr()
2848 *refs_comp = false; in caf_variable_attr()
2926 if (refs_comp && strcmp (comp->name, "_data") != 0 in caf_variable_attr()
2929 *refs_comp = true; in caf_variable_attr()
2955 gfc_caf_attr (gfc_expr *e, bool in_allocate, bool *refs_comp) in gfc_caf_attr() argument
2962 attr = caf_variable_attr (e, in_allocate, refs_comp); in gfc_caf_attr()
2983 attr = caf_variable_attr (e, in_allocate, refs_comp); in gfc_caf_attr()
H A Dtrans.c846 bool need_assign = false, refs_comp = false; in gfc_allocate_allocatable() local
860 caf_attr = gfc_caf_attr (expr, true, &refs_comp); in gfc_allocate_allocatable()
883 else if (!caf_attr.coarray_comp && refs_comp) in gfc_allocate_allocatable()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dprimary.cc2841 caf_variable_attr (gfc_expr *expr, bool in_allocate, bool *refs_comp) in caf_variable_attr() argument
2855 if (refs_comp) in caf_variable_attr()
2856 *refs_comp = false; in caf_variable_attr()
2934 if (refs_comp && strcmp (comp->name, "_data") != 0 in caf_variable_attr()
2937 *refs_comp = true; in caf_variable_attr()
2963 gfc_caf_attr (gfc_expr *e, bool in_allocate, bool *refs_comp) in gfc_caf_attr() argument
2970 attr = caf_variable_attr (e, in_allocate, refs_comp); in gfc_caf_attr()
2991 attr = caf_variable_attr (e, in_allocate, refs_comp); in gfc_caf_attr()
H A Dtrans.cc919 bool need_assign = false, refs_comp = false; in gfc_allocate_allocatable() local
933 caf_attr = gfc_caf_attr (expr, true, &refs_comp); in gfc_allocate_allocatable()
956 else if (!caf_attr.coarray_comp && refs_comp) in gfc_allocate_allocatable()