Home
last modified time | relevance | path

Searched refs:gfc_compare_string (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Darith.h36 int gfc_compare_string (gfc_expr *, gfc_expr *);
H A Darith.cc1075 rc = gfc_compare_string (op1, op2); in gfc_compare_expr()
1111 gfc_compare_string (gfc_expr *a, gfc_expr *b) in gfc_compare_string() function
H A Dsimplify.cc4622 gfc_compare_string (a, b) >= 0); in gfc_simplify_lge()
4633 gfc_compare_string (a, b) > 0); in gfc_simplify_lgt()
4644 gfc_compare_string (a, b) <= 0); in gfc_simplify_lle()
4655 gfc_compare_string (a, b) < 0); in gfc_simplify_llt()
5037 ret = gfc_compare_string (arg, extremum) * sign; in min_max_choose()
H A Ddependency.cc451 return gfc_compare_string (e1, e2); in gfc_dep_compare_expr()
H A DChangeLog-20075146 * arith.h: Remove third argument from gfc_compare_string.
5148 from call to gfc_compare_string.
5149 (gfc_compare_string): Remove third argument xcoll_table.
H A DChangeLog-20182556 (gfc_compare_string): Likewise.
H A DChangeLog-20082807 * arith.c: (gfc_arith_concat, gfc_compare_string,
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Darith.h36 int gfc_compare_string (gfc_expr *, gfc_expr *);
H A Darith.c1076 rc = gfc_compare_string (op1, op2); in gfc_compare_expr()
1107 gfc_compare_string (gfc_expr *a, gfc_expr *b) in gfc_compare_string() function
H A Dsimplify.c4514 gfc_compare_string (a, b) >= 0); in gfc_simplify_lge()
4525 gfc_compare_string (a, b) > 0); in gfc_simplify_lgt()
4536 gfc_compare_string (a, b) <= 0); in gfc_simplify_lle()
4547 gfc_compare_string (a, b) < 0); in gfc_simplify_llt()
4919 ret = gfc_compare_string (arg, extremum) * sign; in min_max_choose()
H A Ddependency.c450 return gfc_compare_string (e1, e2); in gfc_dep_compare_expr()