Home
last modified time | relevance | path

Searched refs:gfc_str_startswith (Results 1 – 17 of 17) sorted by relevance

/netbsd/external/gpl3/gcc/dist/gcc/fortran/
H A Doptions.c616 else if (optname[n] && pos > 3 && gfc_str_startswith (arg, "no-") in gfc_handle_runtime_check_option()
H A Dmodule.c4893 if (gfc_str_startswith (name, "operator ")) in load_omp_udrs()
5341 && (gfc_str_startswith (name, "__vtab_") in read_module()
5342 || gfc_str_startswith (name, "__vtype_"))) in read_module()
5427 || (!gfc_str_startswith (name, "__vtab_") in read_module()
5428 && !gfc_str_startswith (name, "__vtype_"))) in read_module()
H A Dprimary.c1810 if (gfc_str_startswith (name, "loc")) in match_arg_list_function()
1817 if (gfc_str_startswith (name, "ref")) in match_arg_list_function()
1824 if (gfc_str_startswith (name, "val")) in match_arg_list_function()
H A Dtrans-intrinsic.c9908 if (gfc_str_startswith (name, "_gfortran_ieee_is_nan")) in gfc_conv_ieee_arithmetic_function()
9910 else if (gfc_str_startswith (name, "_gfortran_ieee_is_finite")) in gfc_conv_ieee_arithmetic_function()
9912 else if (gfc_str_startswith (name, "_gfortran_ieee_unordered")) in gfc_conv_ieee_arithmetic_function()
9914 else if (gfc_str_startswith (name, "_gfortran_ieee_is_normal")) in gfc_conv_ieee_arithmetic_function()
9916 else if (gfc_str_startswith (name, "_gfortran_ieee_is_negative")) in gfc_conv_ieee_arithmetic_function()
9918 else if (gfc_str_startswith (name, "_gfortran_ieee_copy_sign")) in gfc_conv_ieee_arithmetic_function()
9920 else if (gfc_str_startswith (name, "_gfortran_ieee_scalb")) in gfc_conv_ieee_arithmetic_function()
9922 else if (gfc_str_startswith (name, "_gfortran_ieee_next_after")) in gfc_conv_ieee_arithmetic_function()
9924 else if (gfc_str_startswith (name, "_gfortran_ieee_rem")) in gfc_conv_ieee_arithmetic_function()
9926 else if (gfc_str_startswith (name, "_gfortran_ieee_logb")) in gfc_conv_ieee_arithmetic_function()
[all …]
H A DChangeLog-2018816 * gfortran.h (gfc_str_startswith): New macro.
828 STARTS_WITH by gfc_str_startswith.
H A Ddecl.c2769 if (gfc_str_startswith (name, "%FILL") && gfc_match_eos () != MATCH_YES) in variable_decl()
8272 if (gfc_str_startswith (block_name, "block@")) in gfc_match_end()
H A DChangeLog-20211910 * gfortran.h (gfc_str_startswith): Likewise.
H A Dtrans-decl.c1932 bool def_init = gfc_str_startswith (sym->name, "__def_init"); in gfc_get_symbol_decl()
H A Dtrans-expr.c6774 && gfc_str_startswith (sym->name, "__vtab_CHARACTER") in gfc_conv_procedure_call()
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/
H A Doptions.c616 else if (optname[n] && pos > 3 && gfc_str_startswith (arg, "no-") in gfc_handle_runtime_check_option()
H A Dmodule.c4893 if (gfc_str_startswith (name, "operator ")) in load_omp_udrs()
5341 && (gfc_str_startswith (name, "__vtab_") in read_module()
5342 || gfc_str_startswith (name, "__vtype_"))) in read_module()
5427 || (!gfc_str_startswith (name, "__vtab_") in read_module()
5428 && !gfc_str_startswith (name, "__vtype_"))) in read_module()
H A Dprimary.c1810 if (gfc_str_startswith (name, "loc")) in match_arg_list_function()
1817 if (gfc_str_startswith (name, "ref")) in match_arg_list_function()
1824 if (gfc_str_startswith (name, "val")) in match_arg_list_function()
H A Dtrans-intrinsic.c9908 if (gfc_str_startswith (name, "_gfortran_ieee_is_nan")) in gfc_conv_ieee_arithmetic_function()
9910 else if (gfc_str_startswith (name, "_gfortran_ieee_is_finite")) in gfc_conv_ieee_arithmetic_function()
9912 else if (gfc_str_startswith (name, "_gfortran_ieee_unordered")) in gfc_conv_ieee_arithmetic_function()
9914 else if (gfc_str_startswith (name, "_gfortran_ieee_is_normal")) in gfc_conv_ieee_arithmetic_function()
9916 else if (gfc_str_startswith (name, "_gfortran_ieee_is_negative")) in gfc_conv_ieee_arithmetic_function()
9918 else if (gfc_str_startswith (name, "_gfortran_ieee_copy_sign")) in gfc_conv_ieee_arithmetic_function()
9920 else if (gfc_str_startswith (name, "_gfortran_ieee_scalb")) in gfc_conv_ieee_arithmetic_function()
9922 else if (gfc_str_startswith (name, "_gfortran_ieee_next_after")) in gfc_conv_ieee_arithmetic_function()
9924 else if (gfc_str_startswith (name, "_gfortran_ieee_rem")) in gfc_conv_ieee_arithmetic_function()
9926 else if (gfc_str_startswith (name, "_gfortran_ieee_logb")) in gfc_conv_ieee_arithmetic_function()
[all …]
H A Dgfortran.h3456 #define gfc_str_startswith(str, pref) \ macro
H A Ddecl.c2769 if (gfc_str_startswith (name, "%FILL") && gfc_match_eos () != MATCH_YES) in variable_decl()
8272 if (gfc_str_startswith (block_name, "block@")) in gfc_match_end()
H A Dtrans-decl.c1932 bool def_init = gfc_str_startswith (sym->name, "__def_init"); in gfc_get_symbol_decl()
H A Dtrans-expr.c6774 && gfc_str_startswith (sym->name, "__vtab_CHARACTER") in gfc_conv_procedure_call()