Searched refs:gfc_dep_compare_functions (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | dependency.c | 210 gfc_dep_compare_functions (gfc_expr *e1, gfc_expr *e2, bool impure_ok) in gfc_dep_compare_functions() function 514 return gfc_dep_compare_functions (e1, e2, false); in gfc_dep_compare_expr()
|
H A D | gfortran.h | 3559 int gfc_dep_compare_functions (gfc_expr *, gfc_expr *, bool);
|
H A D | frontend-passes.c | 944 if (gfc_dep_compare_functions (*ei, *ej, true) == 0) in cfe_expr_0()
|
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | dependency.cc | 211 gfc_dep_compare_functions (gfc_expr *e1, gfc_expr *e2, bool impure_ok) in gfc_dep_compare_functions() function 515 return gfc_dep_compare_functions (e1, e2, false); in gfc_dep_compare_expr()
|
H A D | gfortran.h | 3847 int gfc_dep_compare_functions (gfc_expr *, gfc_expr *, bool);
|
H A D | ChangeLog-2011 | 13 * dependency.c (gfc_dep_compare_functions): Document 3362 (gfc_dep_compare_functions): Add prototype. 3377 * dependency.c (gfc_dep_compare_functions): New function.
|
H A D | frontend-passes.cc | 944 if (gfc_dep_compare_functions (*ei, *ej, true) == 0) in cfe_expr_0()
|