Home
last modified time | relevance | path

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 Ddependency.c210 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 Dgfortran.h3559 int gfc_dep_compare_functions (gfc_expr *, gfc_expr *, bool);
H A Dfrontend-passes.c944 if (gfc_dep_compare_functions (*ei, *ej, true) == 0) in cfe_expr_0()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Ddependency.cc211 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 Dgfortran.h3847 int gfc_dep_compare_functions (gfc_expr *, gfc_expr *, bool);
H A DChangeLog-201113 * 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 Dfrontend-passes.cc944 if (gfc_dep_compare_functions (*ei, *ej, true) == 0) in cfe_expr_0()