Home
last modified time | relevance | path

Searched refs:gfc_full_array_ref_p (Results 1 – 15 of 15) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.h33 bool gfc_full_array_ref_p (gfc_ref *, bool *);
H A Ddependency.c1931 gfc_full_array_ref_p (gfc_ref *ref, bool *contiguous) in gfc_full_array_ref_p() function
2164 fin_dep = gfc_full_array_ref_p (rref, NULL) ? GFC_DEP_EQUAL in gfc_dep_resolver()
2167 fin_dep = gfc_full_array_ref_p (lref, NULL) ? GFC_DEP_EQUAL in gfc_dep_resolver()
H A Dtrans-array.c7462 full = gfc_full_array_ref_p (info->ref, NULL); in gfc_conv_expr_descriptor()
8142 full_array_var = gfc_full_array_ref_p (ref, &contiguous); in gfc_conv_array_parameter()
H A Dtrans-expr.c10023 if (expr1->ref && !(gfc_full_array_ref_p (expr1->ref, &c) || c)) in arrayfunc_assign_needs_temporary()
11500 if (!gfc_full_array_ref_p (expr->ref, NULL)) in copyable_array_p()
H A Dtrans-intrinsic.c2139 && gfc_full_array_ref_p (lhs_expr->ref, NULL); in conv_caf_send()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.h33 bool gfc_full_array_ref_p (gfc_ref *, bool *);
H A Ddependency.cc1932 gfc_full_array_ref_p (gfc_ref *ref, bool *contiguous) in gfc_full_array_ref_p() function
2181 fin_dep = gfc_full_array_ref_p (rref, NULL) ? GFC_DEP_EQUAL in gfc_dep_resolver()
2184 fin_dep = gfc_full_array_ref_p (lref, NULL) ? GFC_DEP_EQUAL in gfc_dep_resolver()
H A DChangeLog-2006180 * dependency.c (gfc_full_array_ref_p): New function to test whether
182 (gfc_dep_resolver): Use gfc_full_array_ref_p to analyze AR_FULL
184 * dependency.h (gfc_full_array_ref_p): Prototype here.
185 * trans-array.c (gfc_conv_expr_descriptor): Use gfc_full_array_ref_p.
H A DChangeLog-20091944 gfc_full_array_ref_p.
1945 * dependency.c (gfc_full_array_ref_p): If second argument is
1949 gfc_full_array_ref_p.
H A DChangeLog-20105117 * dependency.c (gfc_full_array_ref_p): Check for contiguous by
5192 gfc_full_array_ref_p to detect full and contiguous variable
H A Dtrans-array.cc7588 full = gfc_full_array_ref_p (info->ref, NULL); in gfc_conv_expr_descriptor()
8310 full_array_var = gfc_full_array_ref_p (ref, &contiguous); in gfc_conv_array_parameter()
H A Dtrans-expr.cc10570 if (expr1->ref && !(gfc_full_array_ref_p (expr1->ref, &c) || c)) in arrayfunc_assign_needs_temporary()
12039 if (!gfc_full_array_ref_p (expr->ref, NULL)) in copyable_array_p()
H A DChangeLog-20074009 * dependency.c (gfc_full_array_ref_p): If the reference is
5253 * dependency.c (gfc_full_array_ref_p): Check that ref->next is NULL,
H A DChangeLog-20152571 (gfc_full_array_ref_p): Use dummy_intent_not_in.
H A Dtrans-intrinsic.cc2147 && gfc_full_array_ref_p (lhs_expr->ref, NULL); in conv_caf_send()