Searched refs:gfc_compare_with_Cstring (Results 1 – 8 of 8) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | arith.h | 37 int gfc_compare_with_Cstring (gfc_expr *, const char *, bool);
|
H A D | arith.cc | 1138 gfc_compare_with_Cstring (gfc_expr *a, const char *b, bool case_sensitive) in gfc_compare_with_Cstring() function
|
H A D | simplify.cc | 7221 if (gfc_compare_with_Cstring (e, "ascii", false) == 0 in gfc_simplify_selected_char_kind() 7222 || gfc_compare_with_Cstring (e, "default", false) == 0) in gfc_simplify_selected_char_kind() 7224 else if (gfc_compare_with_Cstring (e, "iso_10646", false) == 0) in gfc_simplify_selected_char_kind()
|
H A D | ChangeLog-2008 | 2808 gfc_compare_with_Cstring, hollerith2representation, 2965 * arith.c (gfc_compare_with_Cstring): New function. 2966 * arith.h (gfc_compare_with_Cstring): New prototype.
|
H A D | ChangeLog-2018 | 2557 (gfc_compare_with_Cstring): Likewise.
|
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | arith.h | 37 int gfc_compare_with_Cstring (gfc_expr *, const char *, bool);
|
H A D | arith.c | 1134 gfc_compare_with_Cstring (gfc_expr *a, const char *b, bool case_sensitive) in gfc_compare_with_Cstring() function
|
H A D | simplify.c | 7078 if (gfc_compare_with_Cstring (e, "ascii", false) == 0 in gfc_simplify_selected_char_kind() 7079 || gfc_compare_with_Cstring (e, "default", false) == 0) in gfc_simplify_selected_char_kind() 7081 else if (gfc_compare_with_Cstring (e, "iso_10646", false) == 0) in gfc_simplify_selected_char_kind()
|