/netbsd/external/gpl3/gcc/dist/gcc/fortran/ |
H A D | options.c | 616 else if (optname[n] && pos > 3 && gfc_str_startswith (arg, "no-") in gfc_handle_runtime_check_option()
|
H A D | module.c | 4893 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 D | primary.c | 1810 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 D | trans-intrinsic.c | 9908 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 D | ChangeLog-2018 | 816 * gfortran.h (gfc_str_startswith): New macro. 828 STARTS_WITH by gfc_str_startswith.
|
H A D | decl.c | 2769 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 D | ChangeLog-2021 | 1910 * gfortran.h (gfc_str_startswith): Likewise.
|
H A D | trans-decl.c | 1932 bool def_init = gfc_str_startswith (sym->name, "__def_init"); in gfc_get_symbol_decl()
|
H A D | trans-expr.c | 6774 && gfc_str_startswith (sym->name, "__vtab_CHARACTER") in gfc_conv_procedure_call()
|
/netbsd/external/gpl3/gcc.old/dist/gcc/fortran/ |
H A D | options.c | 616 else if (optname[n] && pos > 3 && gfc_str_startswith (arg, "no-") in gfc_handle_runtime_check_option()
|
H A D | module.c | 4893 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 D | primary.c | 1810 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 D | trans-intrinsic.c | 9908 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 D | gfortran.h | 3456 #define gfc_str_startswith(str, pref) \ macro
|
H A D | decl.c | 2769 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 D | trans-decl.c | 1932 bool def_init = gfc_str_startswith (sym->name, "__def_init"); in gfc_get_symbol_decl()
|
H A D | trans-expr.c | 6774 && gfc_str_startswith (sym->name, "__vtab_CHARACTER") in gfc_conv_procedure_call()
|