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 D | dependency.h | 33 bool gfc_full_array_ref_p (gfc_ref *, bool *);
|
H A D | dependency.c | 1931 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 D | trans-array.c | 7462 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 D | trans-expr.c | 10023 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 D | trans-intrinsic.c | 2139 && gfc_full_array_ref_p (lhs_expr->ref, NULL); in conv_caf_send()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | dependency.h | 33 bool gfc_full_array_ref_p (gfc_ref *, bool *);
|
H A D | dependency.cc | 1932 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 D | ChangeLog-2006 | 180 * 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 D | ChangeLog-2009 | 1944 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 D | ChangeLog-2010 | 5117 * 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 D | trans-array.cc | 7588 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 D | trans-expr.cc | 10570 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 D | ChangeLog-2007 | 4009 * 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 D | ChangeLog-2015 | 2571 (gfc_full_array_ref_p): Use dummy_intent_not_in.
|
H A D | trans-intrinsic.cc | 2147 && gfc_full_array_ref_p (lhs_expr->ref, NULL); in conv_caf_send()
|