Home
last modified time | relevance | path

Searched refs:gfor_fndecl_compare_string (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dtrans.h915 extern GTY(()) tree gfor_fndecl_compare_string;
H A Dtrans-decl.c185 tree gfor_fndecl_compare_string; variable
3321 gfor_fndecl_compare_string = gfc_build_library_function_decl_with_spec ( in gfc_build_intrinsic_function_decls()
3325 DECL_PURE_P (gfor_fndecl_compare_string) = 1; in gfc_build_intrinsic_function_decls()
3326 TREE_NOTHROW (gfor_fndecl_compare_string) = 1; in gfc_build_intrinsic_function_decls()
H A Dtrans-expr.c4071 fndecl = gfor_fndecl_compare_string; in gfc_build_compare_string()
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dtrans.h925 extern GTY(()) tree gfor_fndecl_compare_string;
H A Dtrans-decl.cc184 tree gfor_fndecl_compare_string; variable
3366 gfor_fndecl_compare_string = gfc_build_library_function_decl_with_spec ( in gfc_build_intrinsic_function_decls()
3370 DECL_PURE_P (gfor_fndecl_compare_string) = 1; in gfc_build_intrinsic_function_decls()
3371 TREE_NOTHROW (gfor_fndecl_compare_string) = 1; in gfc_build_intrinsic_function_decls()
H A Dtrans-expr.cc4160 fndecl = gfor_fndecl_compare_string; in gfc_build_compare_string()