Searched refs:check_section_vs_section (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | dependency.c | 54 static gfc_dependency check_section_vs_section (gfc_array_ref *, 96 if (check_section_vs_section (a1, a2, i) != GFC_DEP_EQUAL) in identical_array_ref() 1415 check_section_vs_section (gfc_array_ref *l_ar, gfc_array_ref *r_ar, int n) in check_section_vs_section() function 2198 this_dep = check_section_vs_section (&lref->u.ar, in gfc_dep_resolver()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | dependency.cc | 55 static gfc_dependency check_section_vs_section (gfc_array_ref *, 97 if (check_section_vs_section (a1, a2, i) != GFC_DEP_EQUAL) in identical_array_ref() 1416 check_section_vs_section (gfc_array_ref *l_ar, gfc_array_ref *r_ar, int n) in check_section_vs_section() function 2215 this_dep = check_section_vs_section (&lref->u.ar, in gfc_dep_resolver()
|
H A D | ChangeLog-2010 | 229 * dependency.c (check_section_vs_section): Pre-calculate 1916 * dependency.c (check_section_vs_section): Single test for 2334 * dependency.c (check_section_vs_section): Handle cases where 2420 (check_section_vs_section): Change arguments to gfc_array_ref,
|
H A D | ChangeLog-2013 | 1411 (check_section_vs_section): Use gfc_dep_difference
|
H A D | ChangeLog-2011 | 1891 (check_section_vs_section): Renamed 'gfc_is_same_range'. 3013 * dependency.c (check_section_vs_section): Likewise.
|
H A D | ChangeLog-2017 | 57 * dependency.c (check_section_vs_section): Likewise.
|
H A D | ChangeLog-2012 | 882 * dependency.c (check_section_vs_section): Use gfc_free_expr
|