Searched refs:ref_same_as_full_array (Results 1 – 4 of 4) sorted by relevance
2030 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array() function2155 if (ref_same_as_full_array (lref, rref)) in gfc_dep_resolver()2158 if (ref_same_as_full_array (rref, lref)) in gfc_dep_resolver()
2031 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array() function2172 if (ref_same_as_full_array (lref, rref)) in gfc_dep_resolver()2175 if (ref_same_as_full_array (rref, lref)) in gfc_dep_resolver()
1332 * dependency.c (ref_same_as_full_array): Handle case of AR_FULL
3176 * dependency.c (ref_same_as_full_array): New function.