Home
last modified time | relevance | path

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

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Ddependency.c2030 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array() function
2155 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()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc2031 ref_same_as_full_array (gfc_ref *full_ref, gfc_ref *ref) in ref_same_as_full_array() function
2172 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()
H A DChangeLog-20201332 * dependency.c (ref_same_as_full_array): Handle case of AR_FULL
H A DChangeLog-20093176 * dependency.c (ref_same_as_full_array): New function.