Searched refs:gfc_compare_string (Results 1 – 11 of 11) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | arith.h | 36 int gfc_compare_string (gfc_expr *, gfc_expr *);
|
H A D | arith.cc | 1075 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 D | simplify.cc | 4622 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 D | dependency.cc | 451 return gfc_compare_string (e1, e2); in gfc_dep_compare_expr()
|
H A D | ChangeLog-2007 | 5146 * 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 D | ChangeLog-2018 | 2556 (gfc_compare_string): Likewise.
|
H A D | ChangeLog-2008 | 2807 * arith.c: (gfc_arith_concat, gfc_compare_string,
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | arith.h | 36 int gfc_compare_string (gfc_expr *, gfc_expr *);
|
H A D | arith.c | 1076 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 D | simplify.c | 4514 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 D | dependency.c | 450 return gfc_compare_string (e1, e2); in gfc_dep_compare_expr()
|